mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
feat:修改签到二维码
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user