src/pages/desktop/index/App.vue
@@ -18,6 +18,7 @@ import axios from 'axios' import { getApps } from '@/api/app' import { findAllSdk } from '@/api/taskMange' export default { name: 'app', @@ -51,6 +52,10 @@ time: new Date() }, true); }, 1000); findAllSdk().then(() => { }); }, methods: { showApps() {