nieyuge hace 2 años
padre
commit
e501beeb93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {