Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage into develop

This commit is contained in:
lpq
2023-03-01 22:31:10 +08:00
2 changed files with 12 additions and 19 deletions

View File

@@ -4632,6 +4632,7 @@ export default {
}
// 投票
if (item.type == 12) {
// console.log('item',item)
codeUrl =
window.location.protocol +
process.env.VUE_APP_H5 +
@@ -4640,7 +4641,7 @@ export default {
"&btype=2&id=" +
item.id +
"&chapterOrStageId=" +
item.chapterId +
item.stageId +
"&infoId=" +
state.projectId;
}