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