From 2f2b5a2daa8eeaf4019985ae0bc0d2741df322db Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 4 Aug 2022 11:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=8B=E5=8A=BF=E5=88=86=E6=9E=90=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index f84ffa5..c4fb753 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,9 +4,9 @@ */ // const url = 'http://192.168.31.161:9999' //长龙 // const url = 'http://192.168.31.147:9999' // 胜浩 -const url = 'https://zanyong.hfju.com' // 正式域名 +// const url = 'https://zanyong.hfju.com' // 正式域名 // const url = 'http://127.0.0.1:9999' // 本地 -// const url = 'http://81.70.55.170:9999' // 新测试 +const url = 'http://81.70.55.170:9999' // 新测试 // const url = 'http://82.156.35.22:9999' // 新正式ip const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css']