ZZJ
2022-05-31 337cef48da80230fcd1a4386d8927fb7e33a223b
src/pages/desktop/index/App.vue
@@ -104,10 +104,10 @@
  },
  methods: {
    quit(){
      this.$refs.tools.toLogout()
      this.$refs.tools.toLogout();
    },
    onJumpToDock(name){
      this.$refs.dock_model.onJumpToDock(name)
      this.$refs.dock_model.onJumpToDock(name);
    },
    onChangeBg(v) {
      document.getElementById("app").style.backgroundImage = "url(" + v + ")";