From f4923487b4fc24f320a07ae39885c937b185990d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?1024=E5=88=9B=E6=96=B0=E5=AE=9E=E9=AA=8C=E5=AE=A4?= <1024lab@sina.com> Date: Wed, 14 Aug 2024 15:09:36 +0000 Subject: [PATCH] update smart-admin-web/javascript-ant-design-vue3/.env.development. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 1024创新实验室 <1024lab@sina.com> --- smart-admin-web/javascript-ant-design-vue3/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-admin-web/javascript-ant-design-vue3/.env.development b/smart-admin-web/javascript-ant-design-vue3/.env.development index df615c53..7ae8066c 100644 --- a/smart-admin-web/javascript-ant-design-vue3/.env.development +++ b/smart-admin-web/javascript-ant-design-vue3/.env.development @@ -1,3 +1,3 @@ NODE_ENV=development VITE_APP_TITLE='SmartAdmin 开发环境(Dev)' -VITE_APP_API_URL='http://smartadmin.dev.1024lab.net/api/' +VITE_APP_API_URL='http://127.0.0.1:1024' \ No newline at end of file