fix(pages): exclude 不生效,配置地方错了,要陪在vite.config.ts

This commit is contained in:
Burt
2024-01-04 13:37:58 +08:00
parent a266441305
commit 83e19e8eb2
4 changed files with 2 additions and 14 deletions

3
uni-pages.d.ts vendored
View File

@@ -7,8 +7,7 @@ interface NavigateToOptions {
url: "pages/index/index" |
"pages/demo/index" |
"pages/my/index" |
"pages/throughout/index" |
"pages/index/components/demo";
"pages/throughout/index";
}
interface RedirectToOptions extends NavigateToOptions {}