This commit is contained in:
Leo
2025-11-15 15:15:13 +08:00
parent 0b4d241012
commit 3a40d5f872
3 changed files with 487 additions and 0 deletions

View File

@@ -85,6 +85,12 @@ export const constantRoutes = [
component: () => import('@/views/public/CommentGenerator'),
hidden: true
},
// 订单搜索工具(内部使用,不易被发现的路径)
{
path: '/tools/order-search',
component: () => import('@/views/public/OrderSearch'),
hidden: true
},
// 公开订单提交页(不使用 Layout无侧边栏
{
path: '/public/order-submit',