From 09572cf4b4ceacce31969abd1a57617fce71fe4b Mon Sep 17 00:00:00 2001 From: gxwebsoft <170083662@qq.com> Date: Fri, 25 Jul 2025 13:49:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=20.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 9d32662..0000000 --- a/.env +++ /dev/null @@ -1,22 +0,0 @@ -# 应用名称 -VITE_APP_NAME=WebSoftAdmin - -# API 配置 -VITE_API_URL=https://cms-api.websoft.top/api -VITE_SERVER_API_URL=https://server.gxwebsoft.com/api - -VITE_FILE_SERVER=https://oss.wsnds.cn - -# 租户配置 -VITE_TENANT_ID=your_tenant_id -VITE_TEMPLATE_ID=10258 - -# 应用密钥 -VITE_APP_SECRET=ffd6eee985af45e4a75098422d1decbb - -# 高德地图配置 (请到高德地图官网申请) -VITE_MAP_KEY=8191620da39a742c6f18f010c084c772 -VITE_MAP_CODE=7225174a116c1c44e1bd7a177d1787d5 - -# WebSoftAdmin 授权码 (请联系官方获取) -VITE_LICENSE_CODE=dk9mcwJyetRWQlxWRiojIzJCLi8mcQ5Wa4ojI0NWZqJWd6ICZpJCL0kjNwl1NnhENahnIvl2cyVmdiwiIiATMuEjI6IibQf0NW== From 9db76f961b8b541753519401e9444c01aff2f2c9 Mon Sep 17 00:00:00 2001 From: gxwebsoft <170083662@qq.com> Date: Fri, 25 Jul 2025 13:50:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=20.env.production?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .env.production diff --git a/.env.production b/.env.production deleted file mode 100644 index 0a65fab..0000000 --- a/.env.production +++ /dev/null @@ -1 +0,0 @@ -VITE_API_URL=https://cms-api.websoft.top/api