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/base64.min.js"></script>
  21. <script src="/static/js/ace.js"></script>
  22. </head>
  23. <body>
  24. <noscript>
  25. <strong>We're sorry but admin doesn't work properly without JavaScript enabled. Please enable it to
  26. continue.</strong>
  27. </noscript>
  28. <div id="app"></div>
  29. <!-- built files will be auto injected -->
  30. <script type="text/javascript">
  31. // window.staticHost = 'http://10.230.26.15:8000/mkt'; // 正式
  32. window.staticHost = 'http://10.149.85.91:8000/spfm'; // 测试
  33. // window.staticHost = 'http://192.168.2.92:9600';
  34. // window.staticHost = 'http://43.138.50.94:9600/';
  35. // document.title = "hello";
  36. </script>
  37. </body>
  38. </html>