换成了系统定位
This commit is contained in:
@@ -126,11 +126,13 @@ export default createStore({
|
||||
commit('setUserInfo', user);
|
||||
} else {
|
||||
const info = await getaddr();
|
||||
console.log(info,11256445)
|
||||
commit("setLanguage", info)
|
||||
}
|
||||
},
|
||||
async getip({ commit }){
|
||||
const info = await getaddr();
|
||||
console.log(info,11256445);
|
||||
commit("setLanguage", info)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user