77341d23 by 杨炀

no message

1 parent 22f8642d
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!