Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_wxcp_app into dev
This commit is contained in:
@@ -55,14 +55,6 @@ export default {
|
||||
},
|
||||
getApps() {
|
||||
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