forked from JointCloud/JCC-RIP
fix
This commit is contained in:
parent
a76642221c
commit
934ae7b445
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue