ZZJ
2021-11-18 a7fe0fb538bfb09ae50e58c12aa5fb57d83fb6bd
src/pages/desktop/index/App.vue
@@ -49,7 +49,7 @@
    }
  },
  mounted() {
    document.getElementById('app').style.backgroundImage = `url(${this.defaultBgUrl})`
    document.getElementById('app').style.backgroundImage = `url(${this.defaultBgUrl || "/images/desktop/background.png"})`
    this.showApps();
    let _that = this;
    let msgResp = require("./mock/messages.json")