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