18fff65f by 杨炀

no message

1 parent 553fc11c
...@@ -68,8 +68,8 @@ const props = defineProps({ ...@@ -68,8 +68,8 @@ const props = defineProps({
68 }) 68 })
69 const language= useStorage('language',0) 69 const language= useStorage('language',0)
70 function goBooking(n) { 70 function goBooking(n) {
71 // ElMessage.warning(language.value==0?'建设中,敬请期待':'Building!') 71 ElMessage.warning(language.value==0?'建设中,敬请期待':'Building!')
72 // return 72 return
73 switch (n) { 73 switch (n) {
74 case 0: 74 case 0:
75 // 票务 75 // 票务
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!