diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue
index 9bad764..e344365 100644
--- a/src/components/Sidebar.vue
+++ b/src/components/Sidebar.vue
@@ -89,7 +89,7 @@ export default {
title: '系统配置'
},
{
- icon: 'el-icon-s-check',
+ icon: 'el-icon-box',
index: '/parner',
title: '合伙管理'
},
@@ -99,15 +99,20 @@ export default {
title: '合伙运营'
},
{
- icon: 'el-icon-s-shop',
+ icon: 'el-icon-shopping-cart-2',
index: '/shop',
title: '商城管理'
},
{
- icon: 'el-icon-s-shop',
+ icon: 'el-icon-data-board',
index: '/theoryExam',
title: '考试平台'
},
+ {
+ icon: 'el-icon-document-copy',
+ index: '/review',
+ title: '评阅平台'
+ },
],
menus: [],
onRoutes: this.$route.path
diff --git a/src/router/index.js b/src/router/index.js
index a766c71..a1d72d1 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -219,6 +219,10 @@ let router = new Router({
path: '/theoryExam',
component: () => import('../views/theoryExam'),
},
+ {
+ path: '/review',
+ component: () => import('../views/review'),
+ },
{
path: '/404',
component: () => import('../views/404.vue'),
diff --git a/src/setting.js b/src/setting.js
index ab9dacd..77f0b79 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -51,7 +51,7 @@ const Setting = {
isDev,
isPro,
// 是否使用动态路由
- dynamicRoute: true,
+ dynamicRoute: false,
/**
* @description 默认密码
*/
diff --git a/src/views/review/index.vue b/src/views/review/index.vue
new file mode 100644
index 0000000..194230b
--- /dev/null
+++ b/src/views/review/index.vue
@@ -0,0 +1,38 @@
+
+