随手精灵小程序,单独为了获取WIFI信息加强围栏告警功能能力
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

7 行
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;