@@ -98,7 +98,7 @@ export default {
axios: {
// node连接服务器地址(调用后台接口地址)
// baseURL: 'http://182.92.186.22:83/api',
- baseURL: isPro?pro.baseURL:'http://192.168.0.179:8100',
+ baseURL: isPro?pro.baseURL:'http://192.168.0.179:9098',
},
};