config.js 674 B

123456789101112131415161718
  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. // // 前端路径
  8. export const baseUrl = 'https://wwgj.wenlvti.net/'
  9. // api调用目录
  10. export const baseApiUrl = 'https://wwgj.wenlvti.net/api/'
  11. // cnd域名。没有就填写后端域名
  12. // export const cndUrl = 'https://wwgj.wenlvti.net/'
  13. export const baseLogo = 'https://huli-app.wenlvti.net/app_static/WenWuGuanJia/image/logo.png'
  14. export const title = '文物管家'
  15. // 主题样式
  16. export var bgClass = 'bg-orange text-black'