新版小程序打包

This commit is contained in:
aixianling
2022-12-26 10:27:53 +08:00
parent 9ca1f09fc5
commit d9082683cc

View File

@@ -225,9 +225,9 @@ export default {
}).catch(() => 0) }).catch(() => 0)
}, },
handleConfirmZip(row) { handleConfirmZip(row) {
let {appid, pid} = row let {id} = row
return this.instance.post("/node/wxmp/confirmZip", null, { return this.instance.post("/node/wxmp/confirmZip", null, {
params: {appid, pid} params: {id}
}).then(res => { }).then(res => {
if (res?.code == 0) return res.data if (res?.code == 0) return res.data
}) })