648540858
2023-04-08 0858f7995b8236d79c6e39a5974cb7a13bcb4e3e
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";
      }
    },