添加框架内容

This commit is contained in:
linxd
2025-06-16 16:22:26 +08:00
parent 1eabd737a6
commit c7b9ffac10
37 changed files with 2328 additions and 41 deletions

View File

@ -1,5 +1,21 @@
export default [
{
path: '/login',
component: '@/pages/login/login',
},
{
path: '/register',
routes: [
{
path: '/register/supplier',
component: '@/pages/register/supplier',
},
{
path: '/register/expert',
component: '@/pages/register/expert',
}
]
},
{
path: '/',
component: '@/layouts/Index',
@ -18,6 +34,11 @@ export default [
path: '/announce',
component: '@/pages/announce/announce',
},
{
name: 'announceInfo',
path: '/announce/announceInfo',
component: '@/pages/announce/announceInfo',
},
{
name: 'policy',
path: '/policy',
@ -28,6 +49,12 @@ export default [
path: '/notice',
component: '@/pages/notice/notice',
},
{
name: 'noticeInfo',
path: '/notice/noticeInfo',
component: '@/pages/notice/noticeInfo',
activeMenu: 'notice'
},
{
name: 'download',
path: '/download',