预定
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -98,6 +98,7 @@ import * as booking from "@/apiPc/booking" | ... | @@ -98,6 +98,7 @@ import * as booking from "@/apiPc/booking" |
| 98 | import {useStorage} from "@vueuse/core/index"; | 98 | import {useStorage} from "@vueuse/core/index"; |
| 99 | import useUserStore from "/@/store/modules/user"; | 99 | import useUserStore from "/@/store/modules/user"; |
| 100 | import {getActivityPhotoVoListByShootId, getBaseInfoByActiveId} from "@/apiPc/booking"; | 100 | import {getActivityPhotoVoListByShootId, getBaseInfoByActiveId} from "@/apiPc/booking"; |
| 101 | import {ElMessageBox} from'element-plus' | ||
| 101 | 102 | ||
| 102 | const user = useUserStore().user | 103 | const user = useUserStore().user |
| 103 | const language = useStorage('language', 0) | 104 | const language = useStorage('language', 0) | ... | ... |
-
Please register or sign in to post a comment