liting2017 6 years ago
parent
commit
9adb6ded8b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      js/component/account/menu.jsx

+ 4 - 4
js/component/account/menu.jsx

@@ -6,8 +6,8 @@ module.exports = {
         icon: 'home',
         children: [
           { name: '常用功能', url: 'normal' },
-          { name: '我的收藏', url: 'collection' },
-          { name: '我的关注', url: 'follow' },
+          // { name: '我的收藏', url: 'collection' },
+          // { name: '我的关注', url: 'follow' },
           // { name: '科技订单', url: 'techList' },
           // { name: '服务订单', url: 'serviceList' },
           // { name: '咨询订单', url: 'consultList' },
@@ -51,8 +51,8 @@ module.exports = {
         icon: 'home',
         children: [
           { name: '常用功能', url: 'normal' },
-          { name: '我的收藏', url: 'collection' },
-          { name: '我的关注', url: 'follow' },
+          // { name: '我的收藏', url: 'collection' },
+          // { name: '我的关注', url: 'follow' },
           // { name: '科技订单', url: 'techList' },
           // { name: '服务订单', url: 'serviceList' },
           // { name: '咨询订单', url: 'consultList' }