瀏覽代碼

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

YunaiV 4 月之前
父節點
當前提交
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()