index.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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/a.xlsx' />
  11. <link rel='xlsx' href='./static/b.xlsx' />
  12. <link rel='xlsx' href='./static/c.xlsx' />
  13. <link rel='pptx' href='./static/d.pptx' />
  14. <script src="/static/js/luckysheet/plugins/js/plugin.js"></script>
  15. <script src="/static/js/luckysheet/luckysheet.umd.js"></script>
  16. <link rel='stylesheet' href='/static/js/luckysheet/plugins/css/pluginsCss.css' />
  17. <link rel='stylesheet' href='/static/js/luckysheet/plugins/plugins.css' />
  18. <link rel='stylesheet' href='/static/js/luckysheet/css/luckysheet.css' />
  19. <link rel='stylesheet' href='/static/js/luckysheet/assets/iconfont/iconfont.css' />
  20. <script src="/static/js/ace.js"></script>
  21. </head>
  22. <body>
  23. <noscript>
  24. <strong>We're sorry but admin doesn't work properly without JavaScript enabled. Please enable it to
  25. continue.</strong>
  26. </noscript>
  27. <div id="app"></div>
  28. <!-- built files will be auto injected -->
  29. <script type="text/javascript">
  30. // window.staticHost = 'http://10.230.26.15:8000/mkt'; // 正式
  31. window.staticHost = 'http://10.149.85.91:8000/spfm'; // 测试
  32. // window.staticHost = 'http://192.168.0.103:9600/';
  33. // window.staticHost = 'http://43.138.50.94:9600/';
  34. // document.title = "hello";
  35. </script>
  36. </body>
  37. </html>