wlzboy
2025-09-21 b5b16a26de0d84d7b5fb69b584377bdc3582e3ab
ruoyi-ui/src/router/index.js
@@ -58,6 +58,18 @@
    meta: { title: '匿名订单查看', icon: 'eye',anonymous: true }
  },
  {
    path: '/evaluation',
    component: () => import('@/views/evaluation/index'),
    hidden: true,
    meta: { title: '客户评价', anonymous: true }
  },
  {
    path: '/evaluation/test',
    component: () => import('@/views/evaluation/test'),
    hidden: true,
    meta: { title: '评价功能测试', anonymous: true }
  },
  {
    path: '/404',
    component: () => import('@/views/error/404'),
    hidden: true