vr-uniapp/.env.staging

7 lines
116 B
Plaintext
Raw Normal View History

2024-08-12 08:52:01 +00:00
## 模拟环境
NODE_ENV='staging'
2024-08-19 07:11:44 +00:00
VITE_APP_TITLE = 'shopxo'
2024-08-12 08:52:01 +00:00
VITE_APP_PORT = 3000
VITE_APP_BASE_API = '/prod--api'