From 0eb654308631ee1335d42988d8a5a34977752bfb Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 20 Jul 2022 10:07:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/vue.config.js b/vue.config.js index 3698f20..69ec1fe 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,13 +3,10 @@ * https://cli.vuejs.org/zh/config/ */ // const url = 'http://192.168.31.161:9999' //长龙 -// const url = 'http://192.168.31.152:9999' // 泽明 -// const url = 'http://62.234.122.43:9999' //正式 -// const url = 'http://81.70.55.170:9999' // 新测试服务器IP -const url = 'http://192.168.31.101:9999' // 胜浩 +// const url = 'http://192.168.31.101:9999' // 胜浩 // 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']