部分问题修复、配置更改

main
wangxiaoshuang 2024-05-24 17:42:19 +08:00
parent b8cb34367b
commit fd4fc21e18
5 changed files with 13 additions and 8 deletions

View File

@ -22,7 +22,7 @@ VUE_APP_LOGOUT_FOR_PERMISSION = false
VUE_APP_LOGOUT_FOR_TIME = 1800
# 是否开启密码正则验证 true:是 false:否
VUE_APP_PASSWORD_FOR_PERMISSION = true
VUE_APP_PASSWORD_FOR_PERMISSION = false
# 是否开启密码正则验证 true:是 false:否
VUE_APP_PASSWORD_FOR_REGULAR = ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[-_.@^+\$!%#*?&\$~])[A-Za-z0-9-~_.@^+\$~!%#*?&]{8,32}$

View File

@ -1,6 +1,6 @@
# just a flag
ENV = 'production'
NODE_ENV = 'production'
ENV = 'uat'
NODE_ENV = 'uat'
# base public path
VUE_APP_BASE_PATH = '/'

View File

@ -1,6 +1,6 @@
# just a flag
ENV = 'production'
NODE_ENV = 'production'
ENV = 'usa'
NODE_ENV = 'usa'
# base public path
VUE_APP_BASE_PATH = '/'

View File

@ -158,3 +158,8 @@ export default {
},
};
</script>
<style lang="scss" scoped>
::v-deep .is-error{
margin-bottom: 44px;
}
</style>

View File

@ -72,14 +72,14 @@
{{ $t("common:button:reset") }}
</el-button>
<!-- 自动绑定 -->
<el-button
<!-- <el-button
type="primary"
@click="automaticBind"
:loading="automaticBindLoading"
v-if="activeName === 'notSubmit'"
>
{{ $t("trials:study:button:automaticBind") }}
</el-button>
</el-button> -->
</el-form-item>
</el-form>
</template>