Sfoglia il codice sorgente

fix:注册界面少了 excludeLoginPath 排除登录拦截

YunaiV 4 mesi fa
parent
commit
8f159a8ea2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/pages-core/auth/register.vue

+ 1 - 0
src/pages-core/auth/register.vue

@@ -109,6 +109,7 @@ definePage({
   style: {
     navigationStyle: 'custom',
   },
+  excludeLoginPath: true,
 })
 
 const toast = useToast()