修复筛选条件

This commit is contained in:
aixianling
2022-05-20 10:44:59 +08:00
parent fd99207ac8
commit e9412b31ed

View File

@@ -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}))