From d04ce900df68cd59595ca3cbefb094450ac5331c Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期二, 26 三月 2024 23:18:25 +0800
Subject: [PATCH] 工位组功能
---
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