Просмотр исходного кода

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

YunaiV 4 месяцев назад
Родитель
Сommit
8f159a8ea2
1 измененных файлов с 1 добавлено и 0 удалено
  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()