From 7b3b1cb76452258c3b554b6364ef5d50ed34542c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 31 五月 2024 11:40:14 +0800
Subject: [PATCH] 最新版本

---
 admin/vue.config.js |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/admin/vue.config.js b/admin/vue.config.js
index ee1ea41..b120104 100644
--- a/admin/vue.config.js
+++ b/admin/vue.config.js
@@ -12,20 +12,17 @@
   lintOnSave: false,
   devServer: {
     host: '0.0.0.0',
-    port: 10012,
-    proxy: {
+    port: 10012
+  /*  proxy: {
       [process.env.VUE_APP_API_PREFIX]: {
         target: process.env.VUE_APP_API_URL,
         changeOrigin: true,
         pathRewrite: {
           [`^${[process.env.VUE_APP_API_PREFIX]}`]: ''
         }
-      }
-    }
+      } */
   },
   configureWebpack: {
-    // provide the app's title in webpack's name field, so that
-    // it can be accessed in index.html to inject the correct title.
     resolve: {
       alias: {
         '@': resolve('src')

--
Gitblit v1.9.3