调整启动策略
This commit is contained in:
@@ -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)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user