Browse Source

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

YunaiV 4 tháng trước cách đây
mục cha
commit
8f159a8ea2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/pages-core/auth/register.vue

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

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