wlzboy
2025-09-21 7d81ce01560d384f15212edc40ebeaa9924913f9
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