|
@@ -5,8 +5,8 @@ Vue.use(Vuex)
|
|
|
|
|
|
const store = new Vuex.Store({
|
|
|
state: {
|
|
|
- // baseURL:"http://m.manyuanchunjia.com",//请求地址配置
|
|
|
- baseURL:"http://myc.frp.liuniu946.com",//请求地址配置
|
|
|
+ baseURL:"http://m.manyuanchunjia.com",//请求地址配置
|
|
|
+ // baseURL:"http://myc.frp.liuniu946.com",//请求地址配置
|
|
|
loginInterceptor:true,//是否打开强制登录
|
|
|
urlFile:'/index',//项目部署所在文件夹
|
|
|
// #ifdef H5 || MP-WEIXIN
|