config.js 660 B

12345678910111213141516171819202122232425
  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_7a6a32e5ef61",
  12. appName:"芳华未来",
  13. //remoteUrl:"http://192.169.1.150:1025/wx.html", //maiyuan
  14. remoteUrl:"http://qxj364103423.nat100.top/wx.html", //home
  15. adImgUrl:'https://hos-1309931967.cos.ap-chongqing.myqcloud.com/fs/20221116/99f6dedb47394b43adb61a1aa1b2e7e2.jpg',
  16. applyLogin:false,
  17. isAppStore:true,
  18. healthTimer:null,
  19. healthSeconds:0
  20. };
  21. const mainThemeHColor='#FF5C03';