fix(pages): exclude 不生效,配置地方错了,要陪在vite.config.ts
This commit is contained in:
3
uni-pages.d.ts
vendored
3
uni-pages.d.ts
vendored
@@ -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 {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user