nieyuge 2 년 전
부모
커밋
e501beeb93
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/buttonLogin.vue

+ 1 - 1
components/buttonLogin.vue

@@ -4,7 +4,7 @@
 </template>
 
 <script>
-import { getStorage, setStorage, storageKey, getOauthUrl, jumpUrl } from '../utils/help';
+import { getStorage, setStorage, removeStorage, storageKey, getOauthUrl, jumpUrl } from '../utils/help';
 import { postRequest } from '../http';
 
 export default {