vuex模块化及axios代理重新整理
This commit is contained in:
@@ -49,6 +49,7 @@ export default {
|
||||
getApps() {
|
||||
this.setApps([])
|
||||
this.$http.post("/node/wechatapps/list", null, {
|
||||
withoutToken: true,
|
||||
params: {size: 999, type: 'wxwork'}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
|
||||
Reference in New Issue
Block a user