|
|
@@ -426,6 +426,15 @@ function handleServiceClick(service: 'volunteer' | 'activity') {
|
|
|
qrModalType.value = service;
|
|
|
qrModalVisible.value = true;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+onMounted(() => {
|
|
|
+ if (new Date().getTime() < new Date('2026-04-22 04:00:00').getTime())
|
|
|
+ Modal.info({
|
|
|
+ title: '提示',
|
|
|
+ content: '网站正在进行内部测试,暂未对外开放。',
|
|
|
+ })
|
|
|
+});
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|