优化异常处理

This commit is contained in:
648540858
2023-03-17 14:02:16 +08:00
parent c3ce2bc5d0
commit 22a205e8fc
4 changed files with 31 additions and 37 deletions

View File

@@ -331,7 +331,7 @@ export default {
return result;
},
checkExpires: function() {
if (this.platform.enable && this.platform.expires == "0") {
if (this.platform.enable && this.platform.expires === "0") {
this.platform.expires = "300";
}
},