CzRger 1 년 전
부모
커밋
78f40a2002
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/App.vue

+ 0 - 1
src/App.vue

@@ -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
     }