diff --git a/config/index.js b/config/index.js index 96d3c85..74c1ca1 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://47.75.182.93:8090/sqx_fast/", + target: "https://sausers.blxinchuang.com/sqx_fast/", changeOrigin: true, pathRewrite: { '^/proxyApi': '' diff --git a/src/utils/enumData.js b/src/utils/enumData.js index 778415f..1ceefa1 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://47.75.182.93:8090/sqx_fast/"; +const serverUrl = "https://sausers.blxinchuang.com/sqx_fast/"; export const serverPaths = { serverUrl , diff --git a/src/utils/httpRequest.js b/src/utils/httpRequest.js index 5297249..cebb5fc 100644 --- a/src/utils/httpRequest.js +++ b/src/utils/httpRequest.js @@ -53,7 +53,7 @@ http.adornUrl = (actionName) => { http.adornWss = (actionName) => { // 非生产环境 && 开启代理, 接口前缀统一使用[/proxyApi/]前缀做代理拦截! // return (process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? '/proxyApi/' : window.SITE_CONFIG.baseUrl) + actionName - return 'wss://anmoadmin5.0.xianmaxiong.com' + actionName + return 'wss://sausers.blxinchuang.com/wss/' + actionName // return 'https://anmoadmin5.0.xianmaxiong.comsqx_fast/' + actionName } diff --git a/src/views/vueMchat/vueMchat.vue b/src/views/vueMchat/vueMchat.vue index f9f8de0..7e97ff2 100644 --- a/src/views/vueMchat/vueMchat.vue +++ b/src/views/vueMchat/vueMchat.vue @@ -17,19 +17,19 @@ v-bind:class="{ blue: index == current }" v-for="(item, index) in chatList" :key="index" @click="clickItem(item, index)">