健康同学微信公众号h5项目
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

env.production.js 267B

1 år sedan
1 år sedan
123456789
  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. };