健康同学微信公众号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 satır
267B

  1. // 正式
  2. module.exports = {
  3. title: '健康同学',
  4. baseUrl: 'https://ai.ssjlai.com/webapi', // 正式项目地址
  5. baseApi: 'https://ai.ssjlai.com/webapi', // 正式api请求地址
  6. APPID: 'xxx',
  7. APPSECRET: 'xxx',
  8. $cdn: 'https://www.sunniejs.cn/static'
  9. };