|
@@ -5,8 +5,8 @@ import api from './api.js'
|
|
|
var num = 1
|
|
|
//接口api
|
|
|
// 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://192.168.1.222:5055' //dev
|
|
|
+export const BASE_URL = 'http://42.192.164.187:19005' //test
|
|
|
+// export const BASE_URL = 'http://192.168.1.222:5055' //dev
|
|
|
|
|
|
//图片上传api
|
|
|
// export const BASE_IMG_URL = 'https://file.xyyxt.net/' //release
|