feat:修改签到二维码

This commit is contained in:
lixg
2023-01-12 12:16:24 +08:00
parent f2edf38e97
commit 7235dac9b8
4 changed files with 56 additions and 56 deletions

View File

@@ -167,7 +167,7 @@
/>
</div> -->
</div>
<!--
<!--
<div class="btnn">
<button class="btn1" @click="closeDrawer">取消</button>
<button class="btn2" @click="closeDrawer">确定</button>
@@ -849,7 +849,7 @@ export default {
process.env.VUE_APP_BOE_API_URL +
`/admin/student/studentSign?taskId=${
props.datasource.routerTaskId
}&type=${2}`,
}&taskType=${props.datasource.type}&type=${2}`,
};
console.log("codeInfo", state.codeInfo);
state.codeIndex = 0;