index.html 1.2 KB

1234567891011121314151617181920212223242526272829
  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. <title>打卡</title>
  10. <script>
  11. window._CONFIG = {};
  12. // 本地
  13. window._CONFIG['domianURL'] = 'http://127.0.0.1:8088/happyjob';
  14. //测试服
  15. // window._CONFIG['domianURL'] = 'https://kf.hap-job.com/happyjob';
  16. //正式服
  17. // window._CONFIG['domianURL'] = 'https://web.hap-job.com/happyjob';
  18. window._CONFIG['casPrefixUrl'] = 'http://cas.example.org:8443/cas';
  19. window._CONFIG['imgDomainURL'] = window._CONFIG['domianURL'] + '/sys/common/view';
  20. <!-- oss路径 -->
  21. window._CONFIG['imgDomainOssURL'] = 'https://happyworktest.oss-cn-shanghai.aliyuncs.com';
  22. <!-- oss路径正式服 -->
  23. // window._CONFIG['imgDomainOssURL'] = 'https://happywork.oss-cn-shanghai.aliyuncs.com';
  24. </script>
  25. </head>
  26. <body>
  27. <div id="app"></div>
  28. </body>
  29. </html>