diff --git a/vite.config.js b/vite.config.js index 65ccb59..60aaa88 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,12 +5,12 @@ import autoprefixer from 'autoprefixer'; const Timestamp = new Date().getTime(); //随机时间戳 -let ipLink = 'https://server1.wh-nf.cn:8201/prod-api'; +// let ipLink = 'https://server1.wh-nf.cn:8201/prod-api'; // let ipLink = 'http://192.168.16.135:9100'; // let ipLink = 'https://dhgx.wh-nf.cn:8201/prod-api'; // let ipLink = 'http://192.168.16.124:9100'; // let ipLink = 'http://192.168.20.43:9100'; // 刘总 -// let ipLink = 'http://192.168.16.43:9100'; +let ipLink = 'http://192.168.16.43:9100'; /* */ // https://vitejs.dev/config/