1
This commit is contained in:
@@ -79,6 +79,12 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
// 公共工具首页
|
||||
{
|
||||
path: '/public/home',
|
||||
component: () => import('@/views/public/PublicHome'),
|
||||
hidden: true
|
||||
},
|
||||
// 评论生成工具(内部使用,不易被发现的路径)
|
||||
{
|
||||
path: '/tools/comment-gen',
|
||||
|
||||
Reference in New Issue
Block a user