no message
Showing
3 changed files
with
6 additions
and
5 deletions
| ... | @@ -29,12 +29,12 @@ import {getIndexScheduleList} from "@/apiPc/common"; | ... | @@ -29,12 +29,12 @@ import {getIndexScheduleList} from "@/apiPc/common"; |
| 29 | import {useRouter} from "vue-router"; | 29 | import {useRouter} from "vue-router"; |
| 30 | const router = useRouter() | 30 | const router = useRouter() |
| 31 | const currentDate = ref(new Date()) | 31 | const currentDate = ref(new Date()) |
| 32 | const calendarRange = ref([dayjs('2023-07-17').toDate(), dayjs('2023-07-17').toDate()]) | 32 | const calendarRange = ref([dayjs('2024-07-17').toDate(), dayjs('2024-07-17').toDate()]) |
| 33 | const schList = ref([]) | 33 | const schList = ref([]) |
| 34 | const loading = ref(false) | 34 | const loading = ref(false) |
| 35 | const query = ref({ | 35 | const query = ref({ |
| 36 | // currentDate:dayjs().format('YYYY-MM-DD') | 36 | // currentDate:dayjs().format('YYYY-MM-DD') |
| 37 | currentDate: '2023-07-17' | 37 | currentDate: '2024-07-17' |
| 38 | }) | 38 | }) |
| 39 | getScheduleList() | 39 | getScheduleList() |
| 40 | function getScheduleList() { | 40 | function getScheduleList() { | ... | ... |
| ... | @@ -87,10 +87,10 @@ const ztxPlanList = ref([]) | ... | @@ -87,10 +87,10 @@ const ztxPlanList = ref([]) |
| 87 | const planList = ref([]) | 87 | const planList = ref([]) |
| 88 | const schList = ref([]) | 88 | const schList = ref([]) |
| 89 | const loading = ref(false) | 89 | const loading = ref(false) |
| 90 | const currentDate = ref(dayjs('2023-07-17').toDate()) | 90 | const currentDate = ref(dayjs('2024-07-17').toDate()) |
| 91 | const query = ref({ | 91 | const query = ref({ |
| 92 | // currentDate:dayjs().format('YYYY-MM-DD') | 92 | // currentDate:dayjs().format('YYYY-MM-DD') |
| 93 | currentDate: '2023-07-17' | 93 | currentDate: '2024-07-17' |
| 94 | }) | 94 | }) |
| 95 | 95 | ||
| 96 | getScheduleList() | 96 | getScheduleList() | ... | ... |
| ... | @@ -82,8 +82,9 @@ export default defineConfig(({ mode, command }) => { | ... | @@ -82,8 +82,9 @@ export default defineConfig(({ mode, command }) => { |
| 82 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') | 82 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') |
| 83 | }, | 83 | }, |
| 84 | '/dev-api': { | 84 | '/dev-api': { |
| 85 | target: 'http://192.168.1.118:8081/', | 85 | // target: 'http://192.168.1.118:8081/', |
| 86 | // target: 'https://dance.itechtop.cn/stage-api', | 86 | // target: 'https://dance.itechtop.cn/stage-api', |
| 87 | target: 'https://wdsfwuxicenter.com/stage-api', | ||
| 87 | changeOrigin: true, | 88 | changeOrigin: true, |
| 88 | rewrite: (p) => p.replace(/^\/dev-api/, '') | 89 | rewrite: (p) => p.replace(/^\/dev-api/, '') |
| 89 | } | 90 | } | ... | ... |
-
Please register or sign in to post a comment