添加山东移动构建发布
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user