From 66cca2985fedd90ec2d7ecd637df8c03ae6f1bc2 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期日, 24 三月 2024 09:53:03 +0800
Subject: [PATCH] 1
---
vue.config.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 095362b..13af8eb 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -25,7 +25,7 @@
target: process.env.VUE_APP_API_BASEURL,
ws: true,
pathRewrite: {
- '^/api': '/'
+ // '^/api': '/'
}
},
'/myapi': {
--
Gitblit v1.9.3