|
@@ -7,8 +7,8 @@ Vue.use(Vuex)
|
|
|
|
|
|
const store = new Vuex.Store({
|
|
|
state: {
|
|
|
- // baseURL:'https://ysg.liuniu946.com',//请求地址配置
|
|
|
- baseURL:'',//请求地址配置
|
|
|
+ baseURL:'https://ysg.liuniu946.com',//请求地址配置
|
|
|
+ // baseURL:'',//请求地址配置
|
|
|
urlFile:'/index',//项目部署所在文件夹
|
|
|
userInfo: {}, //登录信息
|
|
|
loginInterceptor:false,//是否打开强制登录
|