添加山东移动构建发布
This commit is contained in:
@@ -118,7 +118,8 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleZip(row) {
|
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, {
|
appid && this.instance.post("/node/wxmp/getZip", null, {
|
||||||
params: {appid}
|
params: {appid}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user