From 397688fe693abacf48a126f1323e754af8d655ac Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 08 Apr 2026 10:43:25 +0800
Subject: [PATCH] feat:嵌套页面工单分享链接,代理地址修改
---
applications/mobile-web-view/src/config/env.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/applications/mobile-web-view/src/config/env.js b/applications/mobile-web-view/src/config/env.js
index d882c76..f82f6aa 100644
--- a/applications/mobile-web-view/src/config/env.js
+++ b/applications/mobile-web-view/src/config/env.js
@@ -1,2 +1,4 @@
let baseUrl = import.meta.env.VITE_APP_API;
-export { baseUrl };
+let baseUrlJals = import.meta.env.VITE_APP_API_JALS;
+
+export { baseUrl, baseUrlJals };
--
Gitblit v1.9.3