部分问题修复、配置更改

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 VUE_APP_LOGOUT_FOR_TIME = 1800
# 是否开启密码正则验证 true:是 false:否 # 是否开启密码正则验证 true:是 false:否
VUE_APP_PASSWORD_FOR_PERMISSION = true VUE_APP_PASSWORD_FOR_PERMISSION = false
# 是否开启密码正则验证 true:是 false:否 # 是否开启密码正则验证 true:是 false:否
VUE_APP_PASSWORD_FOR_REGULAR = ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[-_.@^+\$!%#*?&\$~])[A-Za-z0-9-~_.@^+\$~!%#*?&]{8,32}$ 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 # just a flag
ENV = 'production' ENV = 'uat'
NODE_ENV = 'production' NODE_ENV = 'uat'
# base public path # base public path
VUE_APP_BASE_PATH = '/' VUE_APP_BASE_PATH = '/'

View File

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

View File

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

View File

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