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