fix: APP.vue去除多余变量

This commit is contained in:
刘洪洪
2022-12-27 15:12:31 +08:00
parent 22827e5752
commit 12efa61b9b

View File

@@ -30,11 +30,6 @@ export default {
window.$dayJs.tz.setDefault()
}
},
data () {
return {
showPage: true
}
},
mounted () {
this.loginAlready()
},