123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <!DOCTYPE html>
- <html lang="zh-cmn-Hans">
- <head>
- <script>self["MonacoEnvironment"] = (function (paths) {
- return {
- globalAPI: false,
- getWorkerUrl : function (moduleId, label) {
- var result = paths[label];
- if (/^((http:)|(https:)|(file:)|(\/\/))/.test(result)) {
- var currentUrl = String(window.location);
- var currentOrigin = currentUrl.substr(0, currentUrl.length - window.location.hash.length - window.location.search.length - window.location.pathname.length);
- if (result.substring(0, currentOrigin.length) !== currentOrigin) {
- var js = '/*' + label + '*/importScripts("' + result + '");';
- var blob = new Blob([js], { type: 'application/javascript' });
- return URL.createObjectURL(blob);
- }
- }
- return result;
- }
- };
- })({
- "editorWorkerService": "/plugin/screen/monacoeditorwork/editor.worker.bundle.js",
- "typescript": "/plugin/screen/monacoeditorwork/ts.worker.bundle.js",
- "json": "/plugin/screen/monacoeditorwork/json.worker.bundle.js",
- "html": "/plugin/screen/monacoeditorwork/html.worker.bundle.js",
- "javascript": "/plugin/screen/monacoeditorwork/ts.worker.bundle.js",
- "handlebars": "/plugin/screen/monacoeditorwork/html.worker.bundle.js",
- "razor": "/plugin/screen/monacoeditorwork/html.worker.bundle.js"
- });</script>
- <meta charset="UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta http-equiv="Expires" content="0" />
- <meta http-equiv="pragram" content="no-cache">
- <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
- <meta name="renderer" content="webkit" />
- <meta name="description" content="SagooDataView 是高效、高性能的拖拽式低代码数据可视化开发平台,将页面元素封装为基础组件,无需编写代码即可完成业务需求。">
- <meta name="keywords" content="SagooDataView,低代码,可视化">
- <meta name="author" content="sagoo">
- <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" />
- <link rel="icon" href="./favicon.ico" />
- <title>SagooDataView</title>
-
- <script src="/plugin/screen/config.js"></script>
- <script src="../../config.js"></script>
- <script type="module" crossorigin src="/plugin/screen/static/js/index-ec08eff7.js"></script>
- <link rel="stylesheet" href="/plugin/screen/static/css/index-a2f98856.css">
- </head>
- <body>
- <div id="appProvider" style="display: none;"></div>
- <div id="app">
- <div class="first-loading-wrp">
- <div class="loading-wrp">
- <span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
- </div>
- </div>
- </div>
-
- </body>
- </html>
|