This commit is contained in:
2025-10-30 01:03:43 +08:00
parent aae92dc9d0
commit a5b15e2069

View File

@@ -79,13 +79,12 @@ export const constantRoutes = [
}
]
},
// 公开评论独立页(不使用 Layout无侧边栏
// 功能已暂停对外开放
// {
// path: '/public/comment',
// component: () => import('@/views/public/CommentGenerator'),
// hidden: true
// },
// 评论生成工具(内部使用,不易被发现的路径
{
path: '/tools/comment-gen',
component: () => import('@/views/public/CommentGenerator'),
hidden: true
},
// 公开订单提交页(不使用 Layout无侧边栏
{
path: '/public/order-submit',