随手精灵小程序,单独为了获取WIFI信息加强围栏告警功能能力
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 line
201B

  1. //根据传入的参数返回不同环境的baseUrl
  2. function getBaseUrl(str) {
  3. return str === 'test' ? 'https://id.ssjlai.com' : 'https://ai.ssjlai.com';
  4. }
  5. module.exports.getBaseUrl = getBaseUrl;