|
@@ -10,13 +10,13 @@ const store = new Vuex.Store({
|
|
|
isLogin: false,
|
|
|
luyou: 1,
|
|
|
userInfo: {
|
|
|
- userid:"55f791b7-be42-11ed-b8f7-509a4c5b67cf",
|
|
|
- username:"test@qq.com",
|
|
|
- sessionid:null,
|
|
|
- type:1,
|
|
|
- tname:"测试账号",
|
|
|
- classid:"",
|
|
|
- state:0,
|
|
|
+ userid: "55f791b7-be42-11ed-b8f7-509a4c5b67cf",
|
|
|
+ username: "test@qq.com",
|
|
|
+ sessionid: null,
|
|
|
+ type: 1,
|
|
|
+ tname: "测试账号",
|
|
|
+ classid: "",
|
|
|
+ state: 0,
|
|
|
},
|
|
|
nCount: 0,
|
|
|
report: "",
|
|
@@ -24,7 +24,7 @@ const store = new Vuex.Store({
|
|
|
// socket: "https://poll.cocorobo.cn",
|
|
|
// socket: "http://localhost:1473",
|
|
|
// api: 'http://10.3.16.226:7003/api',
|
|
|
- api: 'http://127.0.0.1:7003/api',
|
|
|
+ api: 'http://10.16.30.130/api',
|
|
|
// api: 'http://10.3.13.84:7003/api',
|
|
|
|
|
|
},
|
|
@@ -34,7 +34,7 @@ const store = new Vuex.Store({
|
|
|
state[key] = value;
|
|
|
},
|
|
|
},
|
|
|
-// plugins:[createPersistedState()]
|
|
|
+ // plugins:[createPersistedState()]
|
|
|
})
|
|
|
|
|
|
export default store
|