ZZJ
2021-11-18 46679537940c731d7dc4ba1ff0a7326ff10b7540
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")