nieyuge 3 anni fa
parent
commit
e501beeb93
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {