根据默认获取区号
This commit is contained in:
@@ -21,7 +21,7 @@ export default defineComponent({
|
||||
setup(){
|
||||
console.log(i18ninit)
|
||||
const len = provideI18n(i18ninit);
|
||||
len.locale.value = !getValue("Lanvuage") ? 'zh' : getValue("Lanvuage");
|
||||
// len.locale.value = !getValue("Lanvuage") ? 'zh' : getValue("Lanvuage");
|
||||
if(getValue('token')){
|
||||
store.commit("login", true)
|
||||
store.dispatch("setUserInfo");
|
||||
|
||||
Reference in New Issue
Block a user