|
|
@@ -119,7 +119,7 @@ const actions = {
|
|
|
},
|
|
|
getBaseInfo({ commit }, data) {
|
|
|
return new Promise((resolve, reject) => {
|
|
|
- getBaseInfo(data).then(response => {
|
|
|
+ getBaseInfo({version: 'v2'}).then(response => {
|
|
|
let ret = response.data
|
|
|
usersInfo.clearBaseInfo()
|
|
|
usersInfo.setBaseInfo(ret)
|