新版小程序打包
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user