mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	fix: 退出登陆不清空localstorage
This commit is contained in:
		
							parent
							
								
									5828ad55a1
								
							
						
					
					
						commit
						7b614716af
					
				@ -7,8 +7,8 @@ import { remainingPaths } from "/@/router";
 | 
			
		||||
import { transformI18n } from "/@/plugins/i18n";
 | 
			
		||||
import { storageSession } from "/@/utils/storage";
 | 
			
		||||
import { useAppStoreHook } from "/@/store/modules/app";
 | 
			
		||||
import { useEpThemeStoreHook } from "/@/store/modules/epTheme";
 | 
			
		||||
import { useUserStoreHook } from "/@/store/modules/user";
 | 
			
		||||
import { useEpThemeStoreHook } from "/@/store/modules/epTheme";
 | 
			
		||||
 | 
			
		||||
export function useNav() {
 | 
			
		||||
  const pureApp = useAppStoreHook();
 | 
			
		||||
 | 
			
		||||
@ -2,8 +2,8 @@ import { defineStore } from "pinia";
 | 
			
		||||
import { store } from "/@/store";
 | 
			
		||||
import { userType } from "./types";
 | 
			
		||||
import { router } from "/@/router";
 | 
			
		||||
import { storageSession } from "/@/utils/storage";
 | 
			
		||||
import { getLogin, refreshToken } from "/@/api/user";
 | 
			
		||||
import { storageLocal, storageSession } from "/@/utils/storage";
 | 
			
		||||
import { getToken, setToken, removeToken } from "/@/utils/auth";
 | 
			
		||||
import { useMultiTagsStoreHook } from "/@/store/modules/multiTags";
 | 
			
		||||
 | 
			
		||||
@ -51,7 +51,6 @@ export const useUserStore = defineStore({
 | 
			
		||||
      this.token = "";
 | 
			
		||||
      this.name = "";
 | 
			
		||||
      removeToken();
 | 
			
		||||
      storageLocal.clear();
 | 
			
		||||
      storageSession.clear();
 | 
			
		||||
      useMultiTagsStoreHook().handleTags("equal", [
 | 
			
		||||
        {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user