提示用户已加载页面

This commit is contained in:
John Smith 2020-02-29 19:20:29 +08:00
parent 4030ff43cd
commit 2d237af6fd

View File

@ -43,6 +43,11 @@ export default {
created() {
this.updateConfig()
this.wsConnect()
//
this.$message({
message: 'Loaded',
duration: '500'
})
},
beforeDestroy() {
this.isDestroying = true