From 651e60fc200a282cc6366ecb1625027737ea0a9b Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Sat, 6 Nov 2021 10:24:35 +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 1fc5a6b..208f0ce 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,11 +3,11 @@ * 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.169:9999' //长龙 // const url = 'http://192.168.31.133:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 -// const url = 'http://mp7i3c.natappfree.cc' //王笑 +const url = 'http://chrrx3.natappfree.cc' //王笑 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css']