Commit fbc260e2 by liangjianmin

chore(api): Switch environment configuration from development to production

parent eacf5445
Showing with 1 additions and 1 deletions
// 环境配置:'production' 正式环境 | 'development' 测试环境
const ENV = 'development';
const ENV = 'production';
// 环境配置映射
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