src/pages/desktop/index/App.vue
@@ -103,11 +103,11 @@ }); }, methods: { quit(){ this.$refs.tools.toLogout() quit() { this.$refs.tools.toLogout(); }, onJumpToDock(name){ this.$refs.dock_model.onJumpToDock(name) onJumpToDock(name) { this.$refs.dock_model.onJumpToDock(name); }, onChangeBg(v) { document.getElementById("app").style.backgroundImage = "url(" + v + ")";