648540858
2023-03-21 0f3f3c077b65284d4d5850943c8ae90e23bd478a
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";
      }
    },