diff --git a/config/index.js b/config/index.js index cbe8a86..96d3c85 100644 --- a/config/index.js +++ b/config/index.js @@ -14,7 +14,7 @@ module.exports = { // 代理列表, 是否开启代理通过[./dev.env.js]配置 proxyTable: devEnv.OPEN_PROXY === false ? {} : { '/proxyApi': { - target: "http://192.168.2.222:8187/sqx_fast/", + target: "http://47.75.182.93:8090/sqx_fast/", changeOrigin: true, pathRewrite: { '^/proxyApi': '' diff --git a/src/utils/enumData.js b/src/utils/enumData.js index 2fa47f8..778415f 100644 --- a/src/utils/enumData.js +++ b/src/utils/enumData.js @@ -1,7 +1,7 @@ import Vue from 'vue' // const serverUrl = "https://admin.sjajk.com/sqx_fast/";//生产需替换 -const serverUrl = "http://localhost:8187/sqx_fast/"; +const serverUrl = "http://47.75.182.93:8090/sqx_fast/"; export const serverPaths = { serverUrl , diff --git a/src/views/applyList/technician.vue b/src/views/applyList/technician.vue index a8b22ca..257b70b 100644 --- a/src/views/applyList/technician.vue +++ b/src/views/applyList/technician.vue @@ -259,7 +259,7 @@