|
|
|
|
@ -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' },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|