From 8b92f8cb5763eaf8a8a5d93a4690c923c2de1a85 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 03 Apr 2025 14:34:31 +0800
Subject: [PATCH] feat: 任务管理功能
---
src/config/env.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/config/env.js b/src/config/env.js
index d882c76..d376ebf 100644
--- a/src/config/env.js
+++ b/src/config/env.js
@@ -1,2 +1,2 @@
-let baseUrl = import.meta.env.VITE_APP_API;
-export { baseUrl };
+let baseUrl = import.meta.env.VITE_APP_API
+export { baseUrl }
--
Gitblit v1.9.3