This commit is contained in:
2025-10-29 23:43:39 +08:00
parent 98ae13db7a
commit aae92dc9d0

View File

@@ -80,11 +80,12 @@ export const constantRoutes = [
]
},
// 公开评论独立页(不使用 Layout无侧边栏
{
path: '/public/comment',
component: () => import('@/views/public/CommentGenerator'),
hidden: true
},
// 功能已暂停对外开放
// {
// path: '/public/comment',
// component: () => import('@/views/public/CommentGenerator'),
// hidden: true
// },
// 公开订单提交页(不使用 Layout无侧边栏
{
path: '/public/order-submit',