udream-cxs 4 лет назад
Родитель
Сommit
f66ceb8d66
3 измененных файлов с 5 добавлено и 5 удалено
  1. 1 1
      src/apps/mobile/http.js
  2. 1 1
      src/apps/mobile/views/Contract/collect.vue
  3. 3 3
      src/config.js

+ 1 - 1
src/apps/mobile/http.js

@@ -82,7 +82,7 @@ if (!store.state.token) {
 // axios 配置
 
 const http = axios.create({
-  baseURL: 'http://220.249.127.210:10227/',
+  baseURL: 'http://111.47.29.214:10227/',
   timeout: 600000,
   async: false, //或false,是否异步
   headers: {

+ 1 - 1
src/apps/mobile/views/Contract/collect.vue

@@ -283,7 +283,7 @@
                             <span @click="getIndex($index)">
                               <el-upload
                                 :file-list="fileList"
-                                action="http://220.249.127.210:10227/business/common/upload"
+                                action="http://111.47.29.214:10227/business/common/upload"
                                 :before-remove="beforeRemove"
                                 :on-remove="handleRemove"
                                 :on-exceed="handleExceed"

+ 3 - 3
src/config.js

@@ -1,8 +1,8 @@
 // 开发环境
-export const baseUrl = 'http://220.249.127.210:10227/udream';  // 后端接口url
-export const uploadUrl = 'http://220.249.127.210:10227/udream/files/oss'; // 上传地址
+export const baseUrl = 'http://111.47.29.214:10227/udream';  // 后端接口url
+export const uploadUrl = 'http://111.47.29.214:10227/udream/files/oss'; // 上传地址
 export const staticUrl = 'http://sellerAdminpp.udreamtech.com/files/ty/'; // 后端返回图片的静态资源url
-export const webSocketUrl = 'ws:///220.249.127.210:8002/ws'; // WebSocketUrl
+export const webSocketUrl = 'ws:///111.47.29.214:8002/ws'; // WebSocketUrl
 
 // export const baseUrl = 'http://lift.whlhcx.com/'; // 后端接口url
 // export const baseUrl = 'http://192.168.31.100:20250'; // 后端接口url 魏瑞峰