index.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html lang="en">
  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">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title>市场经营管理平台</title>
  9. <script src="static/js/crypoto-js.js"></script>
  10. <link rel='xlsx' href='./static/f.xlsx' />
  11. <link rel='xlsx' href='./static/g.xlsx' />
  12. <link rel='xlsx' href='./static/h.xlsx' />
  13. <link rel='xlsx' href='./static/a.xlsx' />
  14. <link rel='xlsx' href='./static/b.xlsx' />
  15. <link rel='xlsx' href='./static/c.xlsx' />
  16. <link rel='pptx' href='./static/d.pptx' />
  17. <script src="/static/js/luckysheet/plugins/js/plugin.js"></script>
  18. <script src="/static/js/luckysheet/luckysheet.umd.js"></script>
  19. <link rel='stylesheet' href='/static/js/luckysheet/plugins/css/pluginsCss.css' />
  20. <link rel='stylesheet' href='/static/js/luckysheet/plugins/plugins.css' />
  21. <link rel='stylesheet' href='/static/js/luckysheet/css/luckysheet.css' />
  22. <link rel='stylesheet' href='/static/js/luckysheet/assets/iconfont/iconfont.css' />
  23. <script src="./static/js/base64.min.js"></script>
  24. <script src="/static/js/ace.js"></script>
  25. <!-- <script src="./static/js/jquery-1.8.2.min.js"></script> -->
  26. </head>
  27. <body>
  28. <noscript>
  29. <strong>We're sorry but admin doesn't work properly without JavaScript enabled. Please enable it to
  30. continue.</strong>
  31. </noscript>
  32. <div id="app"></div>
  33. <!-- built files will be auto injected -->
  34. <script type="text/javascript">
  35. window.staticHost = 'http://10.230.26.15:8000/mkt/'; // 正式
  36. // window.staticHost = 'http://10.149.85.91:8000/spfm/'; // 测试
  37. // window.staticHost = 'http://192.168.2.92:9600';
  38. // window.staticHost = 'http://43.138.50.94:9600/';
  39. // document.title = "hello";
  40. </script>
  41. </body>
  42. </html>