部分问题修复、配置更改
parent
b8cb34367b
commit
fd4fc21e18
|
@ -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}$
|
||||
|
|
4
.env.uat
4
.env.uat
|
@ -1,6 +1,6 @@
|
|||
# just a flag
|
||||
ENV = 'production'
|
||||
NODE_ENV = 'production'
|
||||
ENV = 'uat'
|
||||
NODE_ENV = 'uat'
|
||||
# base public path
|
||||
VUE_APP_BASE_PATH = '/'
|
||||
|
||||
|
|
4
.env.usa
4
.env.usa
|
@ -1,6 +1,6 @@
|
|||
# just a flag
|
||||
ENV = 'production'
|
||||
NODE_ENV = 'production'
|
||||
ENV = 'usa'
|
||||
NODE_ENV = 'usa'
|
||||
# base public path
|
||||
VUE_APP_BASE_PATH = '/'
|
||||
|
||||
|
|
|
@ -158,3 +158,8 @@ export default {
|
|||
},
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .is-error{
|
||||
margin-bottom: 44px;
|
||||
}
|
||||
</style>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue