index.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html>
  2. <html lang="zh-cmn-Hans">
  3. <head>
  4. <script>self["MonacoEnvironment"] = (function (paths) {
  5. return {
  6. globalAPI: false,
  7. getWorkerUrl : function (moduleId, label) {
  8. var result = paths[label];
  9. if (/^((http:)|(https:)|(file:)|(\/\/))/.test(result)) {
  10. var currentUrl = String(window.location);
  11. var currentOrigin = currentUrl.substr(0, currentUrl.length - window.location.hash.length - window.location.search.length - window.location.pathname.length);
  12. if (result.substring(0, currentOrigin.length) !== currentOrigin) {
  13. var js = '/*' + label + '*/importScripts("' + result + '");';
  14. var blob = new Blob([js], { type: 'application/javascript' });
  15. return URL.createObjectURL(blob);
  16. }
  17. }
  18. return result;
  19. }
  20. };
  21. })({
  22. "editorWorkerService": "/plugin/screen/monacoeditorwork/editor.worker.bundle.js",
  23. "typescript": "/plugin/screen/monacoeditorwork/ts.worker.bundle.js",
  24. "json": "/plugin/screen/monacoeditorwork/json.worker.bundle.js",
  25. "html": "/plugin/screen/monacoeditorwork/html.worker.bundle.js",
  26. "javascript": "/plugin/screen/monacoeditorwork/ts.worker.bundle.js",
  27. "handlebars": "/plugin/screen/monacoeditorwork/html.worker.bundle.js",
  28. "razor": "/plugin/screen/monacoeditorwork/html.worker.bundle.js"
  29. });</script>
  30. <meta charset="UTF-8" />
  31. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  32. <meta http-equiv="Expires" content="0" />
  33. <meta http-equiv="pragram" content="no-cache">
  34. <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
  35. <meta name="renderer" content="webkit" />
  36. <meta name="description" content="SagooDataView 是高效、高性能的拖拽式低代码数据可视化开发平台,将页面元素封装为基础组件,无需编写代码即可完成业务需求。">
  37. <meta name="keywords" content="SagooDataView,低代码,可视化">
  38. <meta name="author" content="sagoo">
  39. <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" />
  40. <link rel="icon" href="./favicon.ico" />
  41. <title>SagooDataView</title>
  42. <script src="/config.js"></script>
  43. <script>
  44. window.env = window.allEnv.screen
  45. // // 获取配置文件中的 服务地址,定义为全局变量
  46. // fetch('/config.json').then(function (res) { return res.json() }).then(function (config) {
  47. // window.env = config.screen
  48. // })
  49. </script>
  50. <script type="module" crossorigin src="/plugin/screen/static/js/index-99ee991e.js"></script>
  51. <link rel="stylesheet" href="/plugin/screen/static/css/index-a2f98856.css">
  52. </head>
  53. <body>
  54. <div id="appProvider" style="display: none;"></div>
  55. <div id="app">
  56. <div class="first-loading-wrp">
  57. <div class="loading-wrp">
  58. <span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
  59. </div>
  60. </div>
  61. </div>
  62. </body>
  63. </html>