健康同学微信公众号h5项目
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.

10 lines
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. };