index.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <meta name="google" content="notranslate" />
  7. <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  8. <!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico" /> -->
  9. <link rel="icon" href="<%= BASE_URL %>logo.png" /> <!--lj 修改-->
  10. <link rel="stylesheet" href="<%= BASE_URL %>style.css" />
  11. <script src="<%= BASE_URL %>sso.js"></script>
  12. <script src="<%= BASE_URL %>static/ueditor/jquery-2.2.3.min.js"></script>
  13. <script src="<%= BASE_URL %>static/ueditor/Print.js"></script>
  14. <script src="<%= BASE_URL %>static/ueditor/ueditor.config.js"></script>
  15. <!-- <script src="<%= BASE_URL %>static/ueditor/ueditor.all.min.js"></script>
  16. <script src="<%= BASE_URL %>static/ueditor/lang/zh-cn/zh-cn.js"></script> -->
  17. <title>业务中台-Manage</title>
  18. <!--lj 修改-->
  19. <script type="text/javascript">
  20. window._AMapSecurityConfig = {
  21. securityJsCode: '0b63a538e25f626fbfd6dbfe5bb2808a'
  22. }
  23. </script>
  24. </head>
  25. <body>
  26. <noscript>
  27. <strong
  28. >We're sorry but x7-manage doesn't work properly without JavaScript
  29. enabled. Please enable it to continue.</strong
  30. >
  31. </noscript>
  32. <div id="app"></div>
  33. <!-- built files will be auto injected -->
  34. </body>
  35. </html>