小程序仓库路径统一化完成

This commit is contained in:
aixianling
2022-05-12 10:58:39 +08:00
parent 115ba62141
commit 5a4c6103e6
8 changed files with 101 additions and 137 deletions

View File

@@ -69,7 +69,7 @@ export default {
},
getApps() {
this.$instance.post("/node/wechatapps/list", null, {
baseURL: "http://localhost:12525", params: {size: 999}
baseURL: "http://192.168.1.87:12525", params: {size: 999}
}).then(res => {
if (res?.data) {
this.apps = res.data.records.map(e => ({...e, path: e.libPath}))