Browse Source

隐藏修改密码功能

SanHQin 1 year ago
parent
commit
270226928d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/pages/munAdmin/data.vue

+ 1 - 1
src/components/pages/munAdmin/data.vue

@@ -26,7 +26,7 @@
           "
         >
           <span @click="type = 1" :class="{ active: type == 1 }">我的资料</span>
-          <span @click="type = 2" :class="{ active: type == 2 }">修改密码</span>
+          <!-- <span @click="type = 2" :class="{ active: type == 2 }">修改密码</span> -->
         </div>
         <el-form
           v-if="type == 1"