Merge branch 'dongwu-master'

This commit is contained in:
BOE\10867418
2023-07-13 10:47:43 +08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ import {GET_USER_INFO} from "@/api/ThirdApi";
import {USER_INFO} from "@/api/api";
console.log("版本3.0.4------------");
console.log("版本3.0.5------------");
const store = useStore();
onMounted(() => {

View File

@@ -225,10 +225,10 @@ const handleClick = (tab, event) => {
const download = (url) => window.open(import.meta.env.VITE_BOE_API_URL + import.meta.env.VITE_FILE_PATH + url, "_top");
// 报名
function onLineSignUp(isAgain) {
if (!isAllowSign.value) {
ElMessage.warning("未在允许报名时间范围内");
return;
}
// if (!isAllowSign.value) {
// ElMessage.warning("未在允许报名时间范围内");
// return;
// }
if (data.value.isSignUp && !isAgain) {
return;
}