This commit is contained in:
ann 2023-06-16 09:17:44 +08:00
parent a76642221c
commit 934ae7b445
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
prop="member_name_ch"
label="集群别名"
>
<el-input v-model="editInfoForm.member_name" :maxlength="63" />
<el-input v-model="editInfoForm.member_name_ch" :maxlength="63" />
</el-form-item>
<el-form-item
prop="description"

View File

@ -60,7 +60,7 @@ module.exports = {
},
'^/jcc-': {
ws: false,
target: 'https://10.101.15.6/apis', /* 测试环境 */
target: 'https://dev.jointcloud.net/apis', /* 测试环境 */
// target: 'https://jointcloud.net/apis', /* 演示环境 */
changeOrigin: true,
secure: false