Commit 4d70fa2f authored by 张伯涛's avatar 张伯涛

修改

parent bca4fd93
......@@ -2,4 +2,4 @@
ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://10.19.100.58:8090'
VUE_APP_BASE_API = 'http://10.19.103.15:8090'
......@@ -4,4 +4,4 @@ ENV = 'production'
# 生产环境
# base api
VUE_APP_BASE_API = 'http://192.168.1.47:8092'
VUE_APP_BASE_API = 'http://10.19.100.58:8090'
......@@ -3336,6 +3336,7 @@ export default {
this.showCode = true
} else {
this.showCode = false
this.form.SUPCONMAINCODE = ''
}
},
changeDom2() {
......
......@@ -3190,6 +3190,7 @@ export default {
this.showCode = true
} else {
this.showCode = false
this.form.SUPCONMAINCODE = ''
}
},
changeDom2() {
......
......@@ -2499,6 +2499,7 @@ export default {
this.showCode = true
} else {
this.showCode = false
this.form.SUPCONMAINCODE = ''
}
},
/** 项目名称后的勾选操作 */
......
......@@ -2638,6 +2638,7 @@ export default {
this.showCode = true
} else {
this.showCode = false
this.form.SUPCONMAINCODE = ''
}
},
changeDom2() {
......
......@@ -2898,6 +2898,7 @@ export default {
this.showCode = true
} else {
this.showCode = false
this.form.SUPCONMAINCODE = ''
}
},
changeDom2() {
......
......@@ -2695,6 +2695,7 @@ export default {
this.showCode = true
} else {
this.showCode = false
this.form.SUPCONMAINCODE = ''
}
},
changeDom2() {
......
......@@ -3034,6 +3034,7 @@ export default {
this.showCode = true
} else {
this.showCode = false
this.form.SUPCONMAINCODE = ''
}
},
changeDom2() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment