From 3af456e594e77c97254d43df5bc36a29ff6964c0 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Thu, 21 Nov 2024 13:57:36 +0800
Subject: [PATCH] 用户、角色、机构调整

---
 vite.config.mjs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vite.config.mjs b/vite.config.mjs
index b610064..df3da37 100644
--- a/vite.config.mjs
+++ b/vite.config.mjs
@@ -38,8 +38,8 @@
       port: 2888,
       proxy: {
         '/api': {
-          // target: 'http://localhost',
-          target: 'https://wrj.shuixiongit.com/api',
+          target: 'http://localhost',
+          // target: 'https://wrj.shuixiongit.com/api',
           changeOrigin: true,
           rewrite: path => path.replace(/^\/api/, ''),
         },

--
Gitblit v1.9.3