opt: add enabled_msg_service config var to system config database

This commit is contained in:
RockYang
2023-08-03 10:04:45 +08:00
parent 18d74f1057
commit d7b278f2f7
5 changed files with 29 additions and 24 deletions

View File

@@ -49,7 +49,7 @@
</el-input>
</div>
<div class="block" v-if="enableMsg">
<div class="block">
<el-input placeholder="手机号码"
size="large" maxlength="11"
v-model="formData.mobile"
@@ -184,6 +184,7 @@ const register = function () {
.page-inner {
max-width 450px
min-width 360px
height 100vh
display flex
justify-content center
@@ -191,6 +192,7 @@ const register = function () {
.contain {
padding 0 40px 20px 40px;
width 100%
color #ffffff
border-radius 10px;
z-index 10