dev
陈博文 4 years ago
parent 61fbf0383f
commit 00f67bc7c6

@ -36,6 +36,7 @@ export default defineConfig({
path: '/basic/certificate',
component: '@/pages/Basic/List/Certificate',
},
{ component: '@/pages/HttpStatus/404' },
],
},
{
@ -56,6 +57,7 @@ export default defineConfig({
path: '/equipment',
component: '@/pages/Equipment/List/Index',
},
{ component: '@/pages/HttpStatus/404' },
],
},
{
@ -66,6 +68,7 @@ export default defineConfig({
path: '/encrypt',
component: '@/pages/Encrypt/List/Index',
},
{ component: '@/pages/HttpStatus/404' },
],
},
{

Loading…
Cancel
Save