ZZJ
2022-05-31 337cef48da80230fcd1a4386d8927fb7e33a223b
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 + ")";