diff --git a/src/router/index.js b/src/router/index.js index 6950468..57677a0 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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',