index.html 1.3 KB

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
  7. <link rel="icon" href="<%= BASE_URL %>logo.png">
  8. <script src="https://res2.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
  9. <script src="https://ssl.captcha.qq.com/TCaptcha.js"></script>
  10. <title></title>
  11. <script>
  12. window._CONFIG = {};
  13. // 本地
  14. window._CONFIG['domianURL'] = 'http://127.0.0.1:8088/happyjob';
  15. //测试服
  16. // window._CONFIG['domianURL'] = 'https://kf.hap-job.com/happyjob';
  17. //正式服
  18. // window._CONFIG['domianURL'] = 'https://web.hap-job.com/happyjob';
  19. window._CONFIG['casPrefixUrl'] = 'http://cas.example.org:8443/cas';
  20. window._CONFIG['imgDomainURL'] = window._CONFIG['domianURL'] + '/sys/common/view';
  21. <!-- oss路径 -->
  22. window._CONFIG['imgDomainOssURL'] = 'https://happyworktest.oss-cn-shanghai.aliyuncs.com';
  23. <!-- oss路径正式服 -->
  24. // window._CONFIG['imgDomainOssURL'] = 'https://happywork.oss-cn-shanghai.aliyuncs.com';
  25. </script>
  26. </head>
  27. <body>
  28. <div id="app"></div>
  29. </body>
  30. </html>