hanbaoshan
2020-12-29 c9e0ab6e5150243d1e193a0f919a55f3c327710c
src/pages/desktop/index/App.vue
@@ -68,7 +68,7 @@
        icon: '/images/desktop/message.png',
        tip: '消息',
        title: 'SmartAI',
        body: config.version,
        body: 'V' + config.version,
        time: new Date()
      }, true);
    }, 1000);
@@ -86,6 +86,7 @@
        if (rsp && rsp.success) {
          _that.$store.state.desktop.docks = [];
          let installedApps = [];
          rsp.data.forEach(function (item) {
            if (item.installed) {
              let temp = {