diff --git a/vite.config.js b/vite.config.js index 28394d5..245346a 100644 --- a/vite.config.js +++ b/vite.config.js @@ -6,8 +6,9 @@ const Timestamp = new Date().getTime(); //随机时间戳 -// const targetUrl = 'http://192.168.16.254:7200'; //杨辉 -const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上 +// const targetUrl = 'http://192.168.16.254:7200'; //孙逢时 +// const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //公司线上 +const targetUrl = 'http://117.158.110.42:8082/prod-api'; //正式环境 // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => {