Files
iot-device-management-frontend/apps/web-tdesign/.env

9 lines
329 B
Bash
Raw Normal View History

2025-10-21 10:47:39 +08:00
# 应用标题
2025-10-22 18:14:42 +08:00
VITE_APP_TITLE=Vben Admin Tdesign
2025-10-21 10:47:39 +08:00
# 应用命名空间用于缓存、store等功能的前缀确保隔离
2025-10-22 18:14:42 +08:00
VITE_APP_NAMESPACE=vben-web-tdesign
2025-10-21 10:47:39 +08:00
# 对store进行加密的密钥在将store持久化到localStorage时会使用该密钥进行加密
VITE_APP_STORE_SECURE_KEY=please-replace-me-with-your-own-key