config.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. // test 测试环境
  2. const test = {
  3. BASE_URL: 'http://120.79.166.78:19012',
  4. BASE_IMG_URL: 'https://file-dev.xyyxt.net/',
  5. WEBVIEW_URL: 'http://120.79.166.78:18001/',
  6. domain: 'h.xyyxt.net',
  7. tenantId: '867735392558919680', //详粤云学堂
  8. appid: 'wxd3c8ae80cf43a305',
  9. version: '1.0.2',
  10. TOP_LOGO: '/static/logo2.png',
  11. SCAN_LOGO: '/static/me/logo.png'
  12. }
  13. // const index = 0 // 测试环境
  14. // const index = 1 // 祥粤云学堂
  15. // const index = 2 // 祥粤学堂
  16. const index = 3 // 勘设云学堂
  17. // const index = 4 // 中正云学堂
  18. const set = [
  19. test,
  20. // 祥粤云学堂
  21. {
  22. BASE_URL: 'https://api.xyyxt.net',
  23. BASE_IMG_URL: 'https://file.xyyxt.net/',
  24. WEBVIEW_URL: 'https://m.xyyxt.net/',
  25. domain: 'h.xyyxt.net',
  26. tenantId: '867735392558919680',
  27. appid: 'wxd3c8ae80cf43a305',
  28. tenantName: '祥粤云学堂',
  29. version: '1.0.2',
  30. TOP_LOGO: '/static/logo2.png',
  31. SCAN_LOGO: '/static/me/logo.png'
  32. },
  33. // 祥粤学堂
  34. {
  35. BASE_URL: 'https://api.xyyxt.net',
  36. BASE_IMG_URL: 'https://file.xyyxt.net/',
  37. WEBVIEW_URL: 'https://cm.xyyxt.net/',
  38. domain: '',
  39. tenantId: '667735392758919630',
  40. appid: 'wx871153afc95f55f4',
  41. tenantName: '祥粤学堂',
  42. version: '1.0.2',
  43. TOP_LOGO: '/static/logo2.png',
  44. SCAN_LOGO: '/static/me/logo.png'
  45. },
  46. // 勘设云学堂
  47. {
  48. BASE_URL: 'https://api.xyyxt.net',
  49. BASE_IMG_URL: 'https://file.xyyxt.net/',
  50. WEBVIEW_URL: 'https://zstcm.xyyxt.net/',
  51. domain: '',
  52. tenantId: '567735392758918520',
  53. appid: 'wx29d0ad81e625ad81',
  54. tenantName: '勘设云学堂',
  55. version: '1.0.2',
  56. TOP_LOGO: '/static/logo520.png',
  57. SCAN_LOGO: '/static/me/logo520.png'
  58. },
  59. // 中正云学堂
  60. {
  61. BASE_URL: 'https://api.xyyxt.net',
  62. BASE_IMG_URL: 'https://file.xyyxt.net/',
  63. WEBVIEW_URL: 'https://live.gdzzkj.net/',
  64. domain: 'h.gdzzkj.net',
  65. tenantId: '141250585240548145',
  66. appid: 'wx5872ef563d13dabf',
  67. tenantName: '中正云学堂',
  68. version: '1.0.2',
  69. TOP_LOGO: '/static/logo145.png',
  70. SCAN_LOGO: '/static/me/logo145.png'
  71. }
  72. ]
  73. export default set[index]