健康同学微信公众号h5项目
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

env.production.js 267B

il y a 1 an
il y a 1 an
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. };