From 9ca0e9dc50759f4c00498e68c0155bcc3db2be2f Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期二, 27 十二月 2022 15:20:02 +0800
Subject: [PATCH] 页面修改

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

diff --git a/vue.config.js b/vue.config.js
index 1015bca..e2c85b3 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -2,9 +2,12 @@
 module.exports = defineConfig({
   transpileDependencies: true,
   devServer: {
+      host: 'localhost',
+      port: 9098,
+      open: true,
     proxy: {
       '/api': {
-        target: 'http://localhost:8081',
+        target: 'http://localhost:9099',
         changeOrigin: true,
         pathRewrite: {
           '^/api': ''

--
Gitblit v1.8.0