Files
sinology-applet/.env.production

16 lines
321 B
Plaintext
Raw Normal View History

2025-08-22 15:38:35 +08:00
# 页面标题
2025-09-01 18:06:08 +08:00
VITE_APP_TITLE = 耕读社
2025-08-22 15:38:35 +08:00
# 开发环境配置
VITE_APP_ENV = 'production'
#开发环境
2025-09-10 16:43:20 +08:00
VITE_APP_BASE_API = 'https://cloud.ahduima.com/'
2025-08-22 15:38:35 +08:00
#
2025-09-10 16:43:20 +08:00
VITE_WEB_BASE_URL = 'https://cloud.ahduima.com'
2025-08-22 15:38:35 +08:00
# 资源地址
2025-09-10 16:43:20 +08:00
VITE_UPLOAD_URL = 'http://cloud.ahduima.com'
2025-09-02 01:16:02 +08:00
VITE_STATIC_URL = 'https://cloud.ahduima.com/gds'