健康同学微信公众号h5项目
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
307B

  1. // 正式
  2. module.exports = {
  3. title: '健康同学',
  4. baseUrl: 'https://id.ssjlai.com/webapi', // 正式项目地址
  5. baseApi: 'https://id.ssjlai.com/webapi', // 正式api请求地址
  6. javaAPI: 'https://id.ssjlai.com/healthstudent', // 正式环境-Java服务api
  7. APPID: 'xxx',
  8. APPSECRET: 'xxx'
  9. };