新版小程序打包
This commit is contained in:
@@ -225,9 +225,9 @@ export default {
|
||||
}).catch(() => 0)
|
||||
},
|
||||
handleConfirmZip(row) {
|
||||
let {appid, pid} = row
|
||||
let {id} = row
|
||||
return this.instance.post("/node/wxmp/confirmZip", null, {
|
||||
params: {appid, pid}
|
||||
params: {id}
|
||||
}).then(res => {
|
||||
if (res?.code == 0) return res.data
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user