控制台跳转优化,关于页面优化

This commit is contained in:
暮光:城中城
2021-07-22 23:02:37 +08:00
parent 783de18e50
commit 7942262eef
34 changed files with 43 additions and 21 deletions

View File

@@ -80,7 +80,7 @@
if (!!json.data) {
this.upgradeInfo = json.data;
if (!!this.upgradeInfo.upgradeContent) {
this.upgradeInfo.upgradeContent = this.upgradeInfo.upgradeContent.replaceAll('', '\n');
this.upgradeInfo.upgradeContent = this.upgradeInfo.upgradeContent.replaceAll('', '\n');
}
console.log("zyplayer-doc发现新版本"
+ "\n升级地址" + json.data.upgradeUrl