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
     }