修改时间选择条件

master
夜笙歌 1 year ago
parent 788d060097
commit 68f87fa44e

@ -93,6 +93,7 @@ const cascaderChange = (e) => {
e.forEach(val =>{
params.push(val.at(-1))
})
ids.value = params
// let lastIds = ids.value || []
// let nowIds = e.map(val => val.at(-1))
// let nowClick = nowIds.filter(val => !(lastIds.includes(val)))?.[0]

@ -34,9 +34,9 @@ export default defineConfig(({mode, command}) => {
// open: true,
proxy: {
'/dev-api': {
// target: 'https://ticptest.tercelo.com/dev-api',
target: 'https://ticptest.tercelo.com/dev-api',
// target: 'http://47.94.93.46/dev-api',
target: 'http://10.11.41.249:8080',
// target: 'http://10.11.41.249:8080',
// target: 'http://localhost:8080',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')

Loading…
Cancel
Save