diff --git a/vite.config.js b/vite.config.js index 05bd870..5a203cd 100644 --- a/vite.config.js +++ b/vite.config.js @@ -10,8 +10,8 @@ const Timestamp = new Date().getTime(); //随机时间戳 // const targetUrl = 'http://192.168.16.100:7200'; //陈迁 -// const targetUrl = 'http://192.168.20.162:7200'; //谢斌斌 -const targetUrl = 'https://server1.wh-nf.cn:8131/prod-api'; //线上 +const targetUrl = 'http://192.168.1.6:7300'; //杨辉 +// const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上 export default defineConfig({ // 地址是和router中和ngix中配置的名称一致