fix:修改面授课签到时间范围

This commit is contained in:
lixg
2022-12-18 11:05:31 +08:00
parent fed53be26a
commit 15f3dcccf9
5 changed files with 158 additions and 134 deletions

View File

@@ -343,9 +343,9 @@ const returnclick = () => {
router.back();
};
const { data } = useRequest(ROUTER_PROCESS, { routerId });
console.log("data", data);
const userInfo = computed(() => store.state.userInfo);
console.log("userInfo", userInfo);
const activeName = ref("first");
const handleClick = (tab, event) => {
@@ -416,6 +416,7 @@ function toFinish(d, sName) {
}
if (typeof types.value.path[d.type] === "string") {
// console.log("dddddd", d);
types.value.path[d.type] &&
types.value.path[d.type].startsWith("http") &&
window.open(types.value.path[d.type] + d.targetId);