@@ -66,6 +66,20 @@ export const constantRoutes = [
}
]
},
+
+ {
+ path: '/notice',
+ component: Layout,
+ hidden: true,
+ children: [
+ path: 'seeMore',
+ component: (resolve) => require(['@/views/system/notice/seeMore'], resolve),
+ name: 'seeMore',
+ meta: { title: '公告查看', icon: 'dashboard' }
+ }
+ ]
+ },
{
path: '/user',
component: Layout,