控制台跳转优化,关于页面优化
This commit is contained in:
@@ -72,9 +72,8 @@
|
||||
return this.$store.state.global.fullscreen;
|
||||
}
|
||||
},
|
||||
mounted: function () {
|
||||
mounted() {
|
||||
this.getSelfUserInfo();
|
||||
this.checkSystemUpgrade();
|
||||
},
|
||||
methods: {
|
||||
handleOpen(key, keyPath) {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
}).then(() => {
|
||||
this.editUserForm = JSON.parse(JSON.stringify(row));
|
||||
consoleApi.resetPassword(this.editUserForm).then(json => {
|
||||
app.$confirm("重置成功!新的密码为:" + json.data).then(()=> {
|
||||
this.$confirm("重置成功!新的密码为:" + json.data).then(()=> {
|
||||
}).catch(()=> {});
|
||||
});
|
||||
}).catch(()=>{});
|
||||
|
||||
Reference in New Issue
Block a user