From f5c803e09e10af90988194aa4a2199f5085a50fb Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期四, 05 十二月 2024 16:58:40 +0800
Subject: [PATCH] 优化与平台的菜单对接,需要更新平台最新代码

---
 .env.dev |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/.env.dev b/.env.dev
index f344be0..17611c6 100644
--- a/.env.dev
+++ b/.env.dev
@@ -4,7 +4,10 @@
 VITE_DEV=true
 
 # 请求路径
-VITE_BASE_URL='http://localhost:8088'
+VITE_BASE_URL='http://localhost:48088'
+
+# 平台路径
+VITE_PLAT_URL='http://localhost:48080'
 
 # 接口地址
 VITE_API_URL=/admin-api

--
Gitblit v1.9.3