|
|
@@ -179,15 +179,8 @@ export default {
|
|
|
]},
|
|
|
|
|
|
// ===== 4. 审核中心 (admin) =====
|
|
|
- { title: '审核中心', icon: 'el-icon-s-check', perm: 'audit',
|
|
|
- children: [
|
|
|
- { path: '/review-center', label: '审核中心(新版)', icon: 'el-icon-s-check', perm: 'audit' },
|
|
|
- { path: '/package-audit', label: '套餐审核', icon: 'el-icon-document-checked', perm: 'audit:package' },
|
|
|
- { path: '/guide-audit', label: '规划师审核', icon: 'el-icon-document-checked', perm: 'audit:guide' },
|
|
|
- { path: '/vendor-review', label: '服务商审核', icon: 'el-icon-document-checked', perm: 'audit:vendor' },
|
|
|
- { path: '/butler-review', label: '管家审核', icon: 'el-icon-document-checked', perm: 'audit:vendor' },
|
|
|
- { path: '/withdraw-audit', label: '提现审核', icon: 'el-icon-document-checked', perm: 'audit:withdraw' },
|
|
|
- ]},
|
|
|
+ { path: '/review-center', label: '审核中心', icon: 'el-icon-s-check', perm: 'audit' },
|
|
|
+
|
|
|
|
|
|
// ===== 5. 商城营销 (admin) =====
|
|
|
{ title: '商城营销', icon: 'el-icon-s-goods', perm: 'commerce',
|