77341d23 by 杨炀

no message

1 parent 22f8642d
......@@ -29,12 +29,12 @@ import {getIndexScheduleList} from "@/apiPc/common";
import {useRouter} from "vue-router";
const router = useRouter()
const currentDate = ref(new Date())
const calendarRange = ref([dayjs('2023-07-17').toDate(), dayjs('2023-07-17').toDate()])
const calendarRange = ref([dayjs('2024-07-17').toDate(), dayjs('2024-07-17').toDate()])
const schList = ref([])
const loading = ref(false)
const query = ref({
// currentDate:dayjs().format('YYYY-MM-DD')
currentDate: '2023-07-17'
currentDate: '2024-07-17'
})
getScheduleList()
function getScheduleList() {
......
......@@ -87,10 +87,10 @@ const ztxPlanList = ref([])
const planList = ref([])
const schList = ref([])
const loading = ref(false)
const currentDate = ref(dayjs('2023-07-17').toDate())
const currentDate = ref(dayjs('2024-07-17').toDate())
const query = ref({
// currentDate:dayjs().format('YYYY-MM-DD')
currentDate: '2023-07-17'
currentDate: '2024-07-17'
})
getScheduleList()
......
......@@ -82,8 +82,9 @@ export default defineConfig(({ mode, command }) => {
rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
},
'/dev-api': {
target: 'http://192.168.1.118:8081/',
// target: 'http://192.168.1.118:8081/',
// target: 'https://dance.itechtop.cn/stage-api',
target: 'https://wdsfwuxicenter.com/stage-api',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!