config.js 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. tenantName: '祥粤云学堂',
  13. }
  14. const index = 0 // 测试环境
  15. // const index = 1 // 祥粤云学堂
  16. // const index = 2 // 祥粤学堂
  17. // const index = 3 // 勘设云学堂
  18. // const index = 4 // 中正云学堂
  19. // const index = 5 // 山西云学堂
  20. const set = [
  21. test,
  22. // 祥粤云学堂
  23. {
  24. BASE_URL: 'https://api.xyyxt.net',
  25. BASE_IMG_URL: 'https://file.xyyxt.net/',
  26. WEBVIEW_URL: 'https://m.xyyxt.net/',
  27. domain: 'h.xyyxt.net',
  28. tenantId: '867735392558919680',
  29. appid: 'wxd3c8ae80cf43a305',
  30. tenantName: '祥粤云学堂',
  31. version: '1.0.2',
  32. TOP_LOGO: '/static/logo2.png',
  33. SCAN_LOGO: '/static/me/logo.png'
  34. },
  35. // 祥粤学堂
  36. {
  37. BASE_URL: 'https://api.xyyxt.net',
  38. BASE_IMG_URL: 'https://file.xyyxt.net/',
  39. WEBVIEW_URL: 'https://cm.xyyxt.net/',
  40. domain: '',
  41. tenantId: '667735392758919630',
  42. appid: 'wx871153afc95f55f4',
  43. tenantName: '祥粤学堂',
  44. version: '1.0.2',
  45. TOP_LOGO: '/static/logo2.png',
  46. SCAN_LOGO: '/static/me/logo.png'
  47. },
  48. // 勘设云学堂
  49. {
  50. BASE_URL: 'https://api.xyyxt.net',
  51. BASE_IMG_URL: 'https://file.xyyxt.net/',
  52. WEBVIEW_URL: 'https://zstcm.xyyxt.net/',
  53. domain: '',
  54. tenantId: '567735392758918520',
  55. appid: 'wx29d0ad81e625ad81',
  56. tenantName: '勘设云学堂',
  57. version: '1.0.2',
  58. TOP_LOGO: '/static/logo520.png',
  59. SCAN_LOGO: '/static/me/logo520.png',
  60. tips1:
  61. "中山勘设云学堂是中山市工程勘察设计行业协会和广东省祥粤建设职业培训学校联合打造的网络教育平台。",
  62. tips2:
  63. "广东省祥粤建设职业培训学校负责师资与培训资质,为中山学员提供考前、继续教育等培训,出具符合广东省要求的继续教育学时证明。",
  64. },
  65. // 中正云学堂
  66. {
  67. BASE_URL: 'https://api.xyyxt.net',
  68. BASE_IMG_URL: 'https://file.xyyxt.net/',
  69. WEBVIEW_URL: 'https://live.gdzzkj.net/',
  70. domain: 'h.gdzzkj.net',
  71. tenantId: '141250585240548145',
  72. appid: 'wx5872ef563d13dabf',
  73. tenantName: '中正云学堂',
  74. version: '1.0.2',
  75. TOP_LOGO: '/static/logo145.png',
  76. SCAN_LOGO: '/static/me/logo145.png'
  77. },
  78. // 山西云学堂
  79. {
  80. BASE_URL: 'https://api.xyyxt.net',
  81. BASE_IMG_URL: 'https://file.xyyxt.net/',
  82. WEBVIEW_URL: 'https://sxlive.gdzzkj.net /',
  83. domain: 'sxm.gdzzkj.net',
  84. tenantId: '471722209971055962',
  85. appid: 'wx5872ef563d13dabf',
  86. tenantName: '山西云学堂',
  87. version: '1.0.2',
  88. TOP_LOGO: '/static/logo962.png',
  89. SCAN_LOGO: '/static/me/logo962.png'
  90. }
  91. ]
  92. export default set[index]