From 539d1ce6b955d5d56b21d97590a2a684c400f64a Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期三, 11 一月 2023 09:55:16 +0800 Subject: [PATCH] 细节调节 --- vue.config.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vue.config.js b/vue.config.js index ded5ba0..2556d42 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,9 +4,9 @@ */ // 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.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