From a6b40a1b80b586f7dbd874f3939f5e06fcc752d2 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期三, 04 一月 2023 19:24:14 +0800
Subject: [PATCH] '页面尺寸自适应初期调整'

---
 vue.config.js |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 737fe5f..2556d42 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.134:9999'
+// const url = 'http://192.168.0.164:9999'
+//  const url = 'http://192.168.0.126: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']
@@ -51,9 +51,9 @@
       return {
         plugins: [
           new webpack.ProvidePlugin({
-            $:"jquery",
-            jQuery:"jquery",
-            "windows.jQuery":"jquery"
+            $: "jquery",
+            jQuery: "jquery",
+            "windows.jQuery": "jquery"
           })
         ],
         resolve: {

--
Gitblit v1.9.1