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: '/tools/comment-gen',
// path: '/public/comment', component: () => import('@/views/public/CommentGenerator'),
// component: () => import('@/views/public/CommentGenerator'), hidden: true
// hidden: true },
// },
// 公开订单提交页(不使用 Layout无侧边栏 // 公开订单提交页(不使用 Layout无侧边栏
{ {
path: '/public/order-submit', path: '/public/order-submit',