From cbec633fda4ecf0f77288f25067a8512915b565a Mon Sep 17 00:00:00 2001
From: yang <1441163367@qq.com>
Date: 星期一, 31 十月 2022 08:23:55 +0800
Subject: [PATCH] 修改问题

---
 vue.config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 737fe5f..ded5ba0 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -3,10 +3,10 @@
  * https://cli.vuejs.org/zh/config/
  */
 // const url = 'http://localhost:9999'
-const url = 'http://192.168.0.164:9999'
+// const url = 'http://192.168.0.164:9999'
 // const url = 'http://192.168.0.134:9999'
 // const url = 'http://boying.tpddns.cn:9999/'
-// const url = 'http://36.138.175.42:9999/'
+const url = 'http://36.138.175.42:9999/'
 const webpack = require('webpack')
 const CompressionWebpackPlugin = require('compression-webpack-plugin')
 const productionGzipExtensions = ['js', 'css']

--
Gitblit v1.9.1