|
@@ -15,7 +15,7 @@ axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'
|
|
|
/**
|
|
|
* @remard 测试地址
|
|
|
*/
|
|
|
-export const baseURL = 'http://192.168.1.24:5030/'
|
|
|
+export const baseURL = 'http://192.168.1.222:5030/'
|
|
|
export const BASE_IMG_URL = 'https://file-dev.xyyxt.net'
|
|
|
const service = axios.create({
|
|
|
// axios中请求配置有baseURL选项,表示请求URL公共部分
|