Browse Source

添加商城彩电

asd123a20 3 years ago
parent
commit
b6820111eb
1 changed files with 9 additions and 0 deletions
  1. 9 0
      service-naf/config/menu.js

+ 9 - 0
service-naf/config/menu.js

@@ -139,5 +139,14 @@ const data = [
     parentCode: null,
     icon: 'el-icon-star-on',
   },
+  // 商城管理
+  {
+    module: 'market',
+    path: '/market/home',
+    title: '商品管理',
+    code: 'marketHome',
+    parentCode: null,
+    icon: 'el-icon-star-on',
+  },
 ];
 module.exports.data = data;