添加山东移动构建发布

This commit is contained in:
aixianling
2022-05-27 18:14:43 +08:00
parent 8a25040a26
commit 69509c43f1

View File

@@ -118,7 +118,8 @@ export default {
})
},
handleZip(row) {
let {miniapp_appid: appid} = row
let {miniapp_appid: appid, version} = row
if (!version) return this.$message.error("请先维护要上传的版本!")
appid && this.instance.post("/node/wxmp/getZip", null, {
params: {appid}
}).then(res => {