From 9069918d87026563d647f488a8c0e5105093ea80 Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期四, 31 十月 2024 10:18:28 +0800
Subject: [PATCH] 优化部分页面及配置

---
 src/config/axios/index.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/config/axios/index.ts b/src/config/axios/index.ts
index 1f6ee34..1a43a90 100644
--- a/src/config/axios/index.ts
+++ b/src/config/axios/index.ts
@@ -15,7 +15,7 @@
     responseType: responseType,
     headers: {
       'Content-Type': headersType || default_headers,
-      'tenant-id': 172
+      'tenant-id': import.meta.env.VITE_TENANT_ID
     }
   })
 }

--
Gitblit v1.9.3