config.js 599 B

123456789101112131415161718192021222324
  1. export const qconfig={
  2. mainThemeHColor:'#FF5C03',
  3. pageColor:"#f7f7f7",
  4. lineColor:"#e5e5e5",
  5. qbadgeColor:"#f62914",
  6. qTitleColor:"#333333",
  7. qContentColor:"#666666",
  8. qDescribeColor:"#999999",
  9. // qDescribeColor:"#b2b2b2",
  10. sepLineColor:"#d2d2d2",
  11. miniProgramId:"gh_23532064f7e8",
  12. appName:"中康未来",
  13. remoteUrl:"http://qxj364103423.nat100.top/wx.html", //home
  14. adImgUrl:'https://hos-1309931967.cos.ap-chongqing.myqcloud.com/fs/20221116/99f6dedb47394b43adb61a1aa1b2e7e2.jpg',
  15. applyLogin:false,
  16. isAppStore:true,
  17. healthTimer:null,
  18. healthSeconds:0
  19. };
  20. const mainThemeHColor='#FF5C03';