scorpio 2 年之前
父節點
當前提交
67b52d4924
共有 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 (this.user.info.account !== '15368241401') {
+        if (['15368241401', '13908866201'].includes(this.user.info.account)) {
           this.$confirm('暂未授权使用', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',