|
@@ -4,7 +4,7 @@ import store from '@/store/index.js'
|
|
|
import api from './api.js'
|
|
|
var num = 1
|
|
|
|
|
|
-export const BASE_URL = 'http://192.168.1.222:5055' //接口api http://42.192.164.187:19005 http://192.168.1.222:5055
|
|
|
+export const BASE_URL = 'http://42.192.164.187:19005' //接口api http://42.192.164.187:19005 http://192.168.1.222:5055
|
|
|
|
|
|
|
|
|
export const BASE_IMG_URL = 'https://file-dev.xyyxt.net/' //图片上传api 'https://file.xyyxt.net/
|