|  | @@ -3,7 +3,7 @@ import { NConfigProvider, zhCN, dateZhCN, NModal } from 'naive-ui';
 | 
	
		
			
				|  |  |  import { AppProvider } from './components/Application';
 | 
	
		
			
				|  |  |  import { RouterView, useRouter } from 'vue-router';
 | 
	
		
			
				|  |  |  import setting from './settings/designSetting';
 | 
	
		
			
				|  |  | -import { lighten } from './utils';
 | 
	
		
			
				|  |  | +import { eventGlobal, lighten } from './utils';
 | 
	
		
			
				|  |  |  import RouterError from './components/RouterError';
 | 
	
		
			
				|  |  |  import { useRegisterSW } from 'virtual:pwa-register/vue';
 | 
	
		
			
				|  |  |  import { useUserStore } from './store/modules/users';
 | 
	
	
		
			
				|  | @@ -167,6 +167,8 @@ export default defineComponent({
 | 
	
		
			
				|  |  |            : '';
 | 
	
		
			
				|  |  |          userStore.logout();
 | 
	
		
			
				|  |  |          history.go(0);
 | 
	
		
			
				|  |  | +      } else if (e.data?.api === 'onAuthNotInstalled') {
 | 
	
		
			
				|  |  | +        eventGlobal.emit('auth-not-installed');
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      };
 | 
	
		
			
				|  |  |  
 |