mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 19:42:08 +08:00
perf: ⚡️ 1.修复nutui/icons-vue依赖不存在的问题 2.优化无法匹配路由重定向的问题
This commit is contained in:
parent
5636073409
commit
91391e1dc0
@ -6,7 +6,7 @@
|
||||
import type { PluginOption } from 'vite';
|
||||
import vue from '@vitejs/plugin-vue';
|
||||
import vueJsx from '@vitejs/plugin-vue-jsx';
|
||||
import vueSetupExtend from 'vite-plugin-vue-setup-extend';
|
||||
// import vueSetupExtend from 'vite-plugin-vue-setup-extend';
|
||||
import { ConfigSvgIconsPlugin } from './svgIcons';
|
||||
import { AutoRegistryComponents } from './component';
|
||||
import { AutoImportDeps } from './autoImport';
|
||||
@ -28,7 +28,7 @@ export function createVitePlugins(env: ViteEnv, isBuild: boolean) {
|
||||
// JSX支持
|
||||
vueJsx(),
|
||||
// setup语法糖组件名支持
|
||||
vueSetupExtend(),
|
||||
// vueSetupExtend(),
|
||||
];
|
||||
|
||||
// 自动按需引入组件
|
||||
|
@ -17,6 +17,7 @@
|
||||
"commit": "git add . && git-cz"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nutui/icons-vue": "^0.0.26",
|
||||
"@nutui/nutui": "^4.0.4",
|
||||
"@varlet/ui": "^2.9.4",
|
||||
"@vueuse/core": "9.13.0",
|
||||
|
148
pnpm-lock.yaml
generated
148
pnpm-lock.yaml
generated
@ -5,6 +5,9 @@ overrides:
|
||||
gifsicle: 5.2.0
|
||||
|
||||
dependencies:
|
||||
'@nutui/icons-vue':
|
||||
specifier: ^0.0.26
|
||||
version: 0.0.26
|
||||
'@nutui/nutui':
|
||||
specifier: ^4.0.4
|
||||
version: 4.0.4(unplugin-vue-components@0.24.1)
|
||||
@ -50,11 +53,11 @@ dependencies:
|
||||
|
||||
devDependencies:
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^5.57.0
|
||||
version: 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2)
|
||||
specifier: ^5.57.1
|
||||
version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.37.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^5.57.0
|
||||
version: 5.57.0(eslint@8.37.0)(typescript@5.0.2)
|
||||
specifier: ^5.57.1
|
||||
version: 5.58.0(eslint@8.37.0)(typescript@5.0.2)
|
||||
'@vitejs/plugin-legacy':
|
||||
specifier: ^4.0.2
|
||||
version: 4.0.2(terser@5.16.8)(vite@4.2.1)
|
||||
@ -120,7 +123,7 @@ devDependencies:
|
||||
version: 2.8.7
|
||||
rollup-plugin-visualizer:
|
||||
specifier: ^5.9.0
|
||||
version: 5.9.0(rollup@2.79.1)
|
||||
version: 5.9.0
|
||||
stylelint:
|
||||
specifier: ^15.4.0
|
||||
version: 15.4.0
|
||||
@ -147,10 +150,10 @@ devDependencies:
|
||||
version: 5.0.2
|
||||
unplugin-auto-import:
|
||||
specifier: ^0.15.2
|
||||
version: 0.15.2(@vueuse/core@9.13.0)(rollup@2.79.1)
|
||||
version: 0.15.2(@vueuse/core@9.13.0)
|
||||
unplugin-vue-components:
|
||||
specifier: ^0.24.1
|
||||
version: 0.24.1(rollup@2.79.1)(vue@3.2.47)
|
||||
version: 0.24.1(vue@3.2.47)
|
||||
vite:
|
||||
specifier: ^4.2.1
|
||||
version: 4.2.1(terser@5.16.8)
|
||||
@ -165,7 +168,7 @@ devDependencies:
|
||||
version: 0.6.1(vite@4.2.1)
|
||||
vite-plugin-mock:
|
||||
specifier: ^2.9.6
|
||||
version: 2.9.6(mockjs@1.1.0)(rollup@2.79.1)(vite@4.2.1)
|
||||
version: 2.9.6(mockjs@1.1.0)(vite@4.2.1)
|
||||
vite-plugin-pages:
|
||||
specifier: ^0.29.0
|
||||
version: 0.29.0(vite@4.2.1)
|
||||
@ -1793,7 +1796,7 @@ packages:
|
||||
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
||||
dependencies:
|
||||
eslint: 8.37.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
eslint-visitor-keys: 3.4.0
|
||||
dev: true
|
||||
|
||||
/@eslint-community/regexpp@4.4.0:
|
||||
@ -1957,29 +1960,28 @@ packages:
|
||||
dependencies:
|
||||
'@nutui/icons-vue': 0.0.26
|
||||
sass: 1.52.2
|
||||
unplugin-vue-components: 0.24.1(rollup@2.79.1)(vue@3.2.47)
|
||||
unplugin-vue-components: 0.24.1(vue@3.2.47)
|
||||
dev: false
|
||||
|
||||
/@popperjs/core@2.11.6:
|
||||
resolution: {integrity: sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==}
|
||||
dev: false
|
||||
|
||||
/@rollup/plugin-node-resolve@13.2.1(rollup@2.79.1):
|
||||
/@rollup/plugin-node-resolve@13.2.1:
|
||||
resolution: {integrity: sha512-btX7kzGvp1JwShQI9V6IM841YKNPYjKCvUbNrQ2EcVYbULtUd/GH6wZ/qdqH13j9pOHBER+EZXNN2L8RSJhVRA==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
peerDependencies:
|
||||
rollup: ^2.42.0
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 3.1.0(rollup@2.79.1)
|
||||
'@rollup/pluginutils': 3.1.0
|
||||
'@types/resolve': 1.17.1
|
||||
builtin-modules: 3.2.0
|
||||
deepmerge: 4.2.2
|
||||
is-module: 1.0.0
|
||||
resolve: 1.22.0
|
||||
rollup: 2.79.1
|
||||
dev: true
|
||||
|
||||
/@rollup/pluginutils@3.1.0(rollup@2.79.1):
|
||||
/@rollup/pluginutils@3.1.0:
|
||||
resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
|
||||
engines: {node: '>= 8.0.0'}
|
||||
peerDependencies:
|
||||
@ -1988,10 +1990,9 @@ packages:
|
||||
'@types/estree': 0.0.39
|
||||
estree-walker: 1.0.1
|
||||
picomatch: 2.3.1
|
||||
rollup: 2.79.1
|
||||
dev: true
|
||||
|
||||
/@rollup/pluginutils@5.0.2(rollup@2.79.1):
|
||||
/@rollup/pluginutils@5.0.2:
|
||||
resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
peerDependencies:
|
||||
@ -2003,7 +2004,6 @@ packages:
|
||||
'@types/estree': 1.0.0
|
||||
estree-walker: 2.0.2
|
||||
picomatch: 2.3.1
|
||||
rollup: 2.79.1
|
||||
|
||||
/@sindresorhus/is@0.7.0:
|
||||
resolution: {integrity: sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==}
|
||||
@ -2145,8 +2145,8 @@ packages:
|
||||
/@types/web-bluetooth@0.0.16:
|
||||
resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
|
||||
|
||||
/@typescript-eslint/eslint-plugin@5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==}
|
||||
/@typescript-eslint/eslint-plugin@5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.37.0)(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-vxHvLhH0qgBd3/tW6/VccptSfc8FxPQIkmNTVLWcCOVqSBvqpnKkBTYrhcGlXfSnd78azwe+PsjYFj0X34/njA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
@ -2157,10 +2157,10 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.4.0
|
||||
'@typescript-eslint/parser': 5.57.0(eslint@8.37.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/scope-manager': 5.57.0
|
||||
'@typescript-eslint/type-utils': 5.57.0(eslint@8.37.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/utils': 5.57.0(eslint@8.37.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/parser': 5.58.0(eslint@8.37.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/scope-manager': 5.58.0
|
||||
'@typescript-eslint/type-utils': 5.58.0(eslint@8.37.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/utils': 5.58.0(eslint@8.37.0)(typescript@5.0.2)
|
||||
debug: 4.3.4
|
||||
eslint: 8.37.0
|
||||
grapheme-splitter: 1.0.4
|
||||
@ -2173,8 +2173,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@5.57.0(eslint@8.37.0)(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==}
|
||||
/@typescript-eslint/parser@5.58.0(eslint@8.37.0)(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-ixaM3gRtlfrKzP8N6lRhBbjTow1t6ztfBvQNGuRM8qH1bjFFXIJ35XY+FC0RRBKn3C6cT+7VW1y8tNm7DwPHDQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
@ -2183,9 +2183,9 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.57.0
|
||||
'@typescript-eslint/types': 5.57.0
|
||||
'@typescript-eslint/typescript-estree': 5.57.0(typescript@5.0.2)
|
||||
'@typescript-eslint/scope-manager': 5.58.0
|
||||
'@typescript-eslint/types': 5.58.0
|
||||
'@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.2)
|
||||
debug: 4.3.4
|
||||
eslint: 8.37.0
|
||||
typescript: 5.0.2
|
||||
@ -2193,16 +2193,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@5.57.0:
|
||||
resolution: {integrity: sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==}
|
||||
/@typescript-eslint/scope-manager@5.58.0:
|
||||
resolution: {integrity: sha512-b+w8ypN5CFvrXWQb9Ow9T4/6LC2MikNf1viLkYTiTbkQl46CnR69w7lajz1icW0TBsYmlpg+mRzFJ4LEJ8X9NA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.57.0
|
||||
'@typescript-eslint/visitor-keys': 5.57.0
|
||||
'@typescript-eslint/types': 5.58.0
|
||||
'@typescript-eslint/visitor-keys': 5.58.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@5.57.0(eslint@8.37.0)(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==}
|
||||
/@typescript-eslint/type-utils@5.58.0(eslint@8.37.0)(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-FF5vP/SKAFJ+LmR9PENql7fQVVgGDOS+dq3j+cKl9iW/9VuZC/8CFmzIP0DLKXfWKpRHawJiG70rVH+xZZbp8w==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
@ -2211,8 +2211,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 5.57.0(typescript@5.0.2)
|
||||
'@typescript-eslint/utils': 5.57.0(eslint@8.37.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.2)
|
||||
'@typescript-eslint/utils': 5.58.0(eslint@8.37.0)(typescript@5.0.2)
|
||||
debug: 4.3.4
|
||||
eslint: 8.37.0
|
||||
tsutils: 3.21.0(typescript@5.0.2)
|
||||
@ -2221,13 +2221,13 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@5.57.0:
|
||||
resolution: {integrity: sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==}
|
||||
/@typescript-eslint/types@5.58.0:
|
||||
resolution: {integrity: sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@5.57.0(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==}
|
||||
/@typescript-eslint/typescript-estree@5.58.0(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@ -2235,8 +2235,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.57.0
|
||||
'@typescript-eslint/visitor-keys': 5.57.0
|
||||
'@typescript-eslint/types': 5.58.0
|
||||
'@typescript-eslint/visitor-keys': 5.58.0
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
@ -2247,8 +2247,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@5.57.0(eslint@8.37.0)(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==}
|
||||
/@typescript-eslint/utils@5.58.0(eslint@8.37.0)(typescript@5.0.2):
|
||||
resolution: {integrity: sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
@ -2256,9 +2256,9 @@ packages:
|
||||
'@eslint-community/eslint-utils': 4.3.0(eslint@8.37.0)
|
||||
'@types/json-schema': 7.0.11
|
||||
'@types/semver': 7.3.13
|
||||
'@typescript-eslint/scope-manager': 5.57.0
|
||||
'@typescript-eslint/types': 5.57.0
|
||||
'@typescript-eslint/typescript-estree': 5.57.0(typescript@5.0.2)
|
||||
'@typescript-eslint/scope-manager': 5.58.0
|
||||
'@typescript-eslint/types': 5.58.0
|
||||
'@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.2)
|
||||
eslint: 8.37.0
|
||||
eslint-scope: 5.1.1
|
||||
semver: 7.3.8
|
||||
@ -2267,12 +2267,12 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@5.57.0:
|
||||
resolution: {integrity: sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==}
|
||||
/@typescript-eslint/visitor-keys@5.58.0:
|
||||
resolution: {integrity: sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.57.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
'@typescript-eslint/types': 5.58.0
|
||||
eslint-visitor-keys: 3.4.0
|
||||
dev: true
|
||||
|
||||
/@vant/popperjs@1.3.0:
|
||||
@ -3554,11 +3554,6 @@ packages:
|
||||
resolution: {integrity: sha512-ic1yEvwT6GuvaYwBLLY6/aFFgjZdySKTE8en/fkU3QICTmRtgtSlFn0u0BXN06InZwtfCelR7j8LRiDI/02iGA==}
|
||||
dev: false
|
||||
|
||||
/decode-uri-component@0.2.0:
|
||||
resolution: {integrity: sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==}
|
||||
engines: {node: '>=0.10'}
|
||||
dev: true
|
||||
|
||||
/decode-uri-component@0.2.2:
|
||||
resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==}
|
||||
engines: {node: '>=0.10'}
|
||||
@ -4287,7 +4282,7 @@ packages:
|
||||
dependencies:
|
||||
acorn: 8.8.2
|
||||
acorn-jsx: 5.3.2(acorn@8.8.2)
|
||||
eslint-visitor-keys: 3.3.0
|
||||
eslint-visitor-keys: 3.4.0
|
||||
dev: true
|
||||
|
||||
/espree@9.5.1:
|
||||
@ -4941,7 +4936,7 @@ packages:
|
||||
dir-glob: 3.0.1
|
||||
fast-glob: 3.2.12
|
||||
glob: 7.2.0
|
||||
ignore: 5.2.0
|
||||
ignore: 5.2.4
|
||||
merge2: 1.4.1
|
||||
slash: 3.0.0
|
||||
dev: true
|
||||
@ -5194,11 +5189,6 @@ packages:
|
||||
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
||||
dev: true
|
||||
|
||||
/ignore@5.2.0:
|
||||
resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==}
|
||||
engines: {node: '>= 4'}
|
||||
dev: true
|
||||
|
||||
/ignore@5.2.4:
|
||||
resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==}
|
||||
engines: {node: '>= 4'}
|
||||
@ -6277,7 +6267,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/ms@2.0.0:
|
||||
resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=}
|
||||
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
|
||||
dev: true
|
||||
|
||||
/ms@2.1.2:
|
||||
@ -7293,7 +7283,7 @@ packages:
|
||||
glob: 7.2.0
|
||||
dev: true
|
||||
|
||||
/rollup-plugin-visualizer@5.9.0(rollup@2.79.1):
|
||||
/rollup-plugin-visualizer@5.9.0:
|
||||
resolution: {integrity: sha512-bbDOv47+Bw4C/cgs0czZqfm8L82xOZssk4ayZjG40y9zbXclNk7YikrZTDao6p7+HDiGxrN0b65SgZiVm9k1Cg==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
@ -7305,18 +7295,10 @@ packages:
|
||||
dependencies:
|
||||
open: 8.4.0
|
||||
picomatch: 2.3.1
|
||||
rollup: 2.79.1
|
||||
source-map: 0.7.4
|
||||
yargs: 17.6.0
|
||||
dev: true
|
||||
|
||||
/rollup@2.79.1:
|
||||
resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
hasBin: true
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
||||
/rollup@3.20.0:
|
||||
resolution: {integrity: sha512-YsIfrk80NqUDrxrjWPXUa7PWvAfegZEXHuPsEZg58fGCdjL1I9C1i/NaG+L+27kxxwkrG/QEDEQc8s/ynXWWGQ==}
|
||||
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
|
||||
@ -7548,7 +7530,7 @@ packages:
|
||||
deprecated: See https://github.com/lydell/source-map-resolve#deprecated
|
||||
dependencies:
|
||||
atob: 2.1.2
|
||||
decode-uri-component: 0.2.0
|
||||
decode-uri-component: 0.2.2
|
||||
resolve-url: 0.2.1
|
||||
source-map-url: 0.4.1
|
||||
urix: 0.1.0
|
||||
@ -8183,10 +8165,10 @@ packages:
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/unimport@3.0.4(rollup@2.79.1):
|
||||
/unimport@3.0.4:
|
||||
resolution: {integrity: sha512-eoof/HLiNJcIkVpnqc7sJbzKSLx39J6xTaP7E4ElgVQKeq2t9fPTkvJKcA55IJTaRPkEkDq8kcc/IZPmrypnFg==}
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.0.2(rollup@2.79.1)
|
||||
'@rollup/pluginutils': 5.0.2
|
||||
escape-string-regexp: 5.0.0
|
||||
fast-glob: 3.2.12
|
||||
local-pkg: 0.4.3
|
||||
@ -8228,7 +8210,7 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
dev: true
|
||||
|
||||
/unplugin-auto-import@0.15.2(@vueuse/core@9.13.0)(rollup@2.79.1):
|
||||
/unplugin-auto-import@0.15.2(@vueuse/core@9.13.0):
|
||||
resolution: {integrity: sha512-Wivfu+xccgvEZG8QtZcIvt6napfX9wyOFqM//7FHOtev8+k+dp3ykiqsEl6TODgHmqTTBeQX4Ah1JvRgUNjlkg==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
@ -8241,18 +8223,18 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@antfu/utils': 0.7.2
|
||||
'@rollup/pluginutils': 5.0.2(rollup@2.79.1)
|
||||
'@rollup/pluginutils': 5.0.2
|
||||
'@vueuse/core': 9.13.0(vue@3.2.47)
|
||||
local-pkg: 0.4.3
|
||||
magic-string: 0.30.0
|
||||
minimatch: 7.4.3
|
||||
unimport: 3.0.4(rollup@2.79.1)
|
||||
unimport: 3.0.4
|
||||
unplugin: 1.3.1
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
dev: true
|
||||
|
||||
/unplugin-vue-components@0.24.1(rollup@2.79.1)(vue@3.2.47):
|
||||
/unplugin-vue-components@0.24.1(vue@3.2.47):
|
||||
resolution: {integrity: sha512-T3A8HkZoIE1Cja95xNqolwza0yD5IVlgZZ1PVAGvVCx8xthmjsv38xWRCtHtwl+rvZyL9uif42SRkDGw9aCfMA==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
@ -8266,7 +8248,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@antfu/utils': 0.7.2
|
||||
'@rollup/pluginutils': 5.0.2(rollup@2.79.1)
|
||||
'@rollup/pluginutils': 5.0.2
|
||||
chokidar: 3.5.3
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.12
|
||||
@ -8442,14 +8424,14 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-mock@2.9.6(mockjs@1.1.0)(rollup@2.79.1)(vite@4.2.1):
|
||||
/vite-plugin-mock@2.9.6(mockjs@1.1.0)(vite@4.2.1):
|
||||
resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
mockjs: '>=1.1.0'
|
||||
vite: '>=2.0.0'
|
||||
dependencies:
|
||||
'@rollup/plugin-node-resolve': 13.2.1(rollup@2.79.1)
|
||||
'@rollup/plugin-node-resolve': 13.2.1
|
||||
'@types/mockjs': 1.0.6
|
||||
chalk: 4.1.2
|
||||
chokidar: 3.5.3
|
||||
|
@ -56,6 +56,12 @@ export const routes = [
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
// 匹配不到重定向会主页
|
||||
{
|
||||
// 找不到路由重定向到404页面
|
||||
path: '/:pathMatch(.*)',
|
||||
redirect: '/Home',
|
||||
},
|
||||
];
|
||||
|
||||
export default routes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user