2 lines
198 B
JavaScript
2 lines
198 B
JavaScript
"use strict";const ENV_API_URL={development:"https://iuser.zhongshuai2023.com",production:"https://guangdongapp.zhongshuai2023.com"};const API_URL=ENV_API_URL["production"];exports.API_URL=API_URL;
|