config.js 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. tips1:
  59. "中山勘设云学堂是中山市工程勘察设计行业协会和广东省祥粤建设职业培训学校联合打造的网络教育平台。",
  60. tips2:
  61. "广东省祥粤建设职业培训学校负责师资与培训资质,为中山学员提供考前、继续教育等培训,出具符合广东省要求的继续教育学时证明。",
  62. },
  63. // 中正云学堂
  64. {
  65. BASE_URL: 'https://api.xyyxt.net',
  66. BASE_IMG_URL: 'https://file.xyyxt.net/',
  67. WEBVIEW_URL: 'https://live.gdzzkj.net/',
  68. domain: 'h.gdzzkj.net',
  69. tenantId: '141250585240548145',
  70. appid: 'wx5872ef563d13dabf',
  71. tenantName: '中正云学堂',
  72. version: '1.0.2',
  73. TOP_LOGO: '/static/logo145.png',
  74. SCAN_LOGO: '/static/me/logo145.png'
  75. }
  76. ]
  77. export default set[index]