haoxuan
2023-09-01 7bd392d273db9e40f1fbb5c8cd50341394c22717
src/pages/systemSettings/components/ClusterManagement.vue
@@ -292,7 +292,6 @@
  },
  data() {
    const checkPwd = (rule, value, callback) => {
      debugger;
      if (!value) {
        return callback(new Error("密码不能为空"));
      }