Commit a99d0b80 by yuzhenWang

修复我的名片在ios首次分享使用系统默认分享bug

parent b189a612
......@@ -53,7 +53,7 @@ const config = {
stage,
prod
}
let env = 'prod';
let env = 'dev';
let baseURL = config[env].base_url;
let apiURL = config[env].api_url;
......
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 to comment