From 6cf9fe5c9eb7dc664b7a64454cd327d08baf1a93 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期一, 15 八月 2022 16:51:26 +0800
Subject: [PATCH] 更新sql文件

---
 vue.config.js |   20 +++-----------------
 1 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 9557797..ac6f2d3 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,18 +1,4 @@
-const webpack = require('webpack');
+const webpack = require('webpack')
 module.exports = {
-  publicPath:'./',
-  configureWebpack: {
-    devServer: {
-      proxy: {
-        '/api': {
-          target: 'http://localhost:7070',
-          changeOrigin: true,
-          ws:true,
-          pathRewrite: {
-            '^/api':'/'
-          }
-        }
-      }
-    }
-  },
-}
\ No newline at end of file
+  publicPath: '/'
+}

--
Gitblit v1.8.0