guhongwei 3 anos atrás
pai
commit
9555237e4f
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      src/views/index.vue

+ 4 - 0
src/views/index.vue

@@ -65,6 +65,10 @@ export default {
           label: '个人中心-我的交易',
           label: '个人中心-我的交易',
           router: '/patent/index',
           router: '/patent/index',
         },
         },
+        {
+          label: '个人中心-个人设置',
+          router: '/account/index',
+        },
       ],
       ],
     };
     };
   },
   },