From 345742f1daa7c3f43f5588fd3450620f7707ec31 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Mon, 6 Sep 2021 10:01:00 +0800 Subject: [PATCH] init --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 21d84b8..c048c6f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,9 +3,9 @@ * https://cli.vuejs.org/zh/config/ */ // const url = 'http://pigx-gateway' -// const url = 'http://39.97.167.65:9999' //测试 +const url = 'http://39.97.167.65:9999' //测试 // const url = 'http://192.168.31.161:9999' //长龙 -const url = 'http://192.168.31.128:9999' //嘉豪 +// const url = 'http://192.168.31.128:9999' //嘉豪 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css']