index.html 1.1 KB

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