Commit 45536e53 by liangjianmin

chore(api): switch to development environment for testing

- Update ENV configuration from 'production' to 'development'
- Enables testing against development API endpoints
- Facilitates local development and debugging workflows
parent 7926e537
Showing with 1 additions and 1 deletions
// 环境配置:'production' 正式环境 | 'development' 测试环境 // 环境配置:'production' 正式环境 | 'development' 测试环境
const ENV = 'production'; const ENV = 'development';
// 环境配置映射 // 环境配置映射
var ENV_CONFIG = { var ENV_CONFIG = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment