config.js 411 B

123456789101112
  1. // // 前端路径
  2. export const baseUrl = 'http://smartct.com/'
  3. // api调用目录
  4. export const baseApiUrl = 'http://smartct.com/api/'
  5. // cnd域名。没有就填写后端域名
  6. export const cndUrl = 'http://smartct.com/'
  7. export const baseLogo = 'https://huli-app.wenlvti.net/app_static/minnanhun/image/baseLogo.png'
  8. export const title = '闽南魂'
  9. // 主题样式
  10. export var bgClass = 'bg-orange text-black'