From d1e4704adc91f0f8ca8a587a8da0a5c0490c720b Mon Sep 17 00:00:00 2001 From: tk Date: Mon, 9 Dec 2024 20:04:48 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20=E2=8F=AA=20appConfig.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/admin/src/config/appConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/admin/src/config/appConfig.js b/src/frontend/admin/src/config/appConfig.js index b3b4236b..c8edeb76 100644 --- a/src/frontend/admin/src/config/appConfig.js +++ b/src/frontend/admin/src/config/appConfig.js @@ -5,5 +5,5 @@ export default { //标题 //APP_NAME: "标题", //接口地址,如遇跨域需使用nginx代理 - API_URL: import.meta.env.VITE_API_URL, + //API_URL: import.meta.env.VITE_API_URL, } \ No newline at end of file