diff --git a/src/setting.js b/src/setting.js index 9f0b523..2fe30be 100644 --- a/src/setting.js +++ b/src/setting.js @@ -14,7 +14,7 @@ if (isDev) { sandPath = `http://${location.hostname}:9520` host = 'http://121.37.12.51/' // host = 'https://huorantech.cn/' - const ips = ['http://192.168.31.217:9000/', 'http://192.168.31.51:9000/', 'http://121.37.12.51/'] + const ips = ['http://192.168.31.217:9000/', 'http://192.168.31.51:9000/', 'http://118.31.167.228/'] host = ips[+localStorage.getItem('ip')] } else if (isPro) { sandPath = `https://izhixinyun.com/sandbox` diff --git a/src/views/serve/projectAdd.vue b/src/views/serve/projectAdd.vue index 71f4832..0a2592e 100644 --- a/src/views/serve/projectAdd.vue +++ b/src/views/serve/projectAdd.vue @@ -719,8 +719,8 @@ export default { }, toJudgePoint (type, row) { // 进入判分点系统 this.handleCacheData(); - let jumpPath = Setting.jumpPath; - let { systemId } = this.projectManage; + const { jumpPath } = Setting + let { systemId } = this.projectManage let href = ""; if (type === "view") { // 查看 diff --git a/src/views/user/AddUser.vue b/src/views/user/AddUser.vue index dd864d4..32ccbc5 100644 --- a/src/views/user/AddUser.vue +++ b/src/views/user/AddUser.vue @@ -98,6 +98,7 @@ +