|
@@ -28,7 +28,6 @@ export default defineComponent({
|
|
const store = useStore()
|
|
const store = useStore()
|
|
const locale = ref(zhLocale)
|
|
const locale = ref(zhLocale)
|
|
const that = (getCurrentInstance() as ComponentInternalInstance).appContext.config.globalProperties
|
|
const that = (getCurrentInstance() as ComponentInternalInstance).appContext.config.globalProperties
|
|
- localStorage.setItem('sg_token', '123')
|
|
|
|
return {
|
|
return {
|
|
locale
|
|
locale
|
|
}
|
|
}
|