mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
加关卡id
This commit is contained in:
@@ -540,8 +540,10 @@ export default {
|
||||
//考试推送
|
||||
state.test.targetId = 0;
|
||||
state.test.type = 0;
|
||||
if (props.isLevel == 1) {
|
||||
state.test.chapterId=0;
|
||||
if(props.isLevel == 1){
|
||||
state.test.targetId = props.routerId;
|
||||
state.test.chapterId = props.isactive;
|
||||
state.test.type = 2;
|
||||
|
||||
} else if (props.isLevel == 2) {
|
||||
|
||||
Reference in New Issue
Block a user