|
@@ -6,7 +6,7 @@ import qs from 'qs'
|
|
|
import router from '@/router'
|
|
|
|
|
|
// 创建axios实例
|
|
|
-export const IP = 'http://192.168.2.233:10085' //'http://36.138.232.124:10085'
|
|
|
+export const IP = 'http://192.168.2.3:10085' //'http://36.138.232.124:10085'
|
|
|
//export const IP = 'http://221.182.8.141:10085'
|
|
|
//export const NewIp = 'http://58.17.241.6:1212' //不用
|
|
|
const service = axios.create({
|