禁止之后也访问
This commit is contained in:
@@ -110,6 +110,9 @@ export default createStore({
|
||||
}
|
||||
|
||||
},
|
||||
setquhao(state, data){
|
||||
state.qh = data.qh.data;
|
||||
},
|
||||
setWlan(state){
|
||||
const lan = getValue("Lanvuage");
|
||||
if(lan != null && lan){
|
||||
@@ -134,6 +137,11 @@ export default createStore({
|
||||
const info = await getaddr();
|
||||
console.log(info,11256445);
|
||||
commit("setLanguage", info)
|
||||
},
|
||||
async getcode({ commit }){
|
||||
const info = await getaddr();
|
||||
console.log(info,11256445);
|
||||
commit("setquhao", info)
|
||||
}
|
||||
},
|
||||
modules: {
|
||||
|
||||
Reference in New Issue
Block a user