소스 검색

fix 资料管理

scorpio 2 년 전
부모
커밋
7733dc1167
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/home/component/dash.vue

+ 1 - 1
src/views/home/component/dash.vue

@@ -475,7 +475,7 @@ export default {
     },
     beforeOpen(done, type) {
       if (['edit'].includes(type)) {
-        if (['15368241401', '13908866201'].includes(this.user.info.account)) {
+        if (!['15368241401', '13908866201'].includes(this.user.info.account)) {
           this.$confirm('暂未授权使用', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',