逐浪人
2023-03-21 3fd60f86761662d0d8b34a6c89212b86157475db
web_src/src/components/dialog/platformEdit.vue
@@ -331,7 +331,7 @@
      return result;
    },
    checkExpires: function() {
      if (this.platform.enable && this.platform.expires == "0") {
      if (this.platform.enable && this.platform.expires === "0") {
        this.platform.expires = "300";
      }
    },