From 015b99c916e88dbcea1d1b796cb6cb9866d55d3f Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Fri, 12 Aug 2022 16:39:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= 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 24cc19c..33e6862 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,11 +6,11 @@ // const url = 'http://192.168.31.149:9999' // 胜浩 // 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://62.234.122.43:9999' //正式服务器1 // const url = 'http://82.156.35.22:9999' // 正式服务器2 -const url = 'https://zanyong.hfju.com' // 正式域名 +// const url = 'https://zanyong.hfju.com' // 正式域名 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css'] module.exports = {