修复筛选条件
This commit is contained in:
@@ -69,7 +69,7 @@ export default {
|
||||
},
|
||||
getApps() {
|
||||
this.$instance.post("/node/wechatapps/list", null, {
|
||||
baseURL: "http://192.168.1.87:12525", params: {size: 999}
|
||||
baseURL: "http://192.168.1.87:12525", params: {size: 999,type:'mp'}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.apps = res.data.records.map(e => ({...e, path: e.libPath}))
|
||||
|
||||
Reference in New Issue
Block a user