|
|
@@ -5,10 +5,10 @@ Vue.use(Vuex)
|
|
|
const store = new Vuex.Store({
|
|
|
state: {
|
|
|
// #ifdef MP
|
|
|
- baseURL: 'http://red.frp.liuniu946.com', //请求地址配置
|
|
|
+ baseURL: 'http://xns.igxys.com', //请求地址配置
|
|
|
// #endif
|
|
|
// #ifndef MP
|
|
|
- baseURL: 'http://red.frp.liuniu946.com', //请求地址配置
|
|
|
+ baseURL: 'http://xns.igxys.com', //请求地址配置
|
|
|
// #endif
|
|
|
// baseURL: 'http://yrh.liuniu946.com', //请求地址配置
|
|
|
urlFile: '/index', //项目部署所在文件夹
|