调整启动策略

This commit is contained in:
aixianling
2023-03-17 09:16:10 +08:00
parent 6ce98d833b
commit e505de307c

View File

@@ -55,14 +55,6 @@ export default {
}, },
getApps() { getApps() {
this.setApps(config.apps) this.setApps(config.apps)
this.$http.post("/node/wechatapps/list", null, {
withoutToken: true,
params: {size: 999, type: 'wxwork'}
}).then(res => {
if (res?.data) {
this.setApps(res.data.records)
}
})
}, },
}, },
} }