guhongwei 4 年之前
父節點
當前提交
2078885f91
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/user/parts/clickBtn.vue

+ 0 - 1
src/views/user/parts/clickBtn.vue

@@ -65,7 +65,6 @@ export default {
     async searchMenu() {
     async searchMenu() {
       const res = await this.toGetMenu({ id: this.user.uid });
       const res = await this.toGetMenu({ id: this.user.uid });
       for (const val of res.data.menus) {
       for (const val of res.data.menus) {
-        console.log(val);
         if (val.role_name == '用户管理') {
         if (val.role_name == '用户管理') {
           this.$set(this, `oneName`, val.role_name);
           this.$set(this, `oneName`, val.role_name);
         } else if (val.role_name == '对接会') {
         } else if (val.role_name == '对接会') {