浏览代码

修复bug

chenxiong 3 年之前
父节点
当前提交
a2d12e3ae0
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/axios.js

+ 4 - 4
src/axios.js

@@ -1,15 +1,15 @@
 import axios from 'axios'
 import store from './store'
-export const BASE_URL = 'https://api.xyyxt.net'   //release
+// export const BASE_URL = 'https://api.xyyxt.net'   //release
 // export const BASE_URL = 'http://42.192.164.187:19005'    //test
 // export const BASE_URL = 'http://api.xyyxt.net:19009'   //预发布
-// export const BASE_URL = 'http://192.168.1.222:5055'    //dev
+export const BASE_URL = 'http://192.168.1.222:5055'    //dev
 export const tenantId = '867735392558919680'
 
 
 //图片上传api
-export const BASE_IMG_URL = 'https://file.xyyxt.net/'     //release
-// export const BASE_IMG_URL = 'https://file-dev.xyyxt.net/'  //test
+// export const BASE_IMG_URL = 'https://file.xyyxt.net/'     //release
+export const BASE_IMG_URL = 'https://file-dev.xyyxt.net/'  //test
 
 import tools from './common/tools'
 import router from './router'