mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 16:56:46 +08:00
Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage into develop
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user