|
@@ -17,6 +17,8 @@
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
+ .widgets-design-option {
|
|
|
+ }
|
|
|
</style>
|
|
|
</head>
|
|
|
|
|
@@ -25,19 +27,22 @@
|
|
|
<strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
|
</noscript>
|
|
|
<div id="app">
|
|
|
- <div class="widgets-design-option">
|
|
|
+ <div class="widgets-design-option" style="display: none">
|
|
|
<div class="delete-ruler">
|
|
|
<li>删除测量线</li>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div xui_tags></div>
|
|
|
</div>
|
|
|
- <!-- <script src="<%= BASE_URL %><%= VUE_APP_SDK_DIR %>kankan-sdk-deps.js?v=<%= VUE_APP_VERSION %>"></script>
|
|
|
- <script src="<%= BASE_URL %><%= VUE_APP_SDK_DIR %>kankan-sdk.js?v=<%= VUE_APP_VERSION %>"></script> -->
|
|
|
-
|
|
|
- <script src="http://127.0.0.1:3099/dist/sdk/kankan-sdk-deps.js"></script>
|
|
|
- <script src="http://127.0.0.1:3099/dist/sdk/kankan-sdk.js"></script>
|
|
|
-
|
|
|
-
|
|
|
+ <script src="<%= BASE_URL %><%= VUE_APP_SDK_DIR %>kankan-sdk-deps.js?v=<%= VUE_APP_VERSION %>"></script>
|
|
|
+ <script src="<%= BASE_URL %><%= VUE_APP_SDK_DIR %>kankan-sdk.js?v=<%= VUE_APP_VERSION %>"></script>
|
|
|
+
|
|
|
+ <!-- <script src="http://127.0.0.1:3099/dist/sdk/kankan-sdk-deps.js"></script>
|
|
|
+ <script src="http://127.0.0.1:3099/dist/sdk/kankan-sdk.js"></script> -->
|
|
|
+ <script>
|
|
|
+ window.onload = function () {
|
|
|
+ document.querySelector('.widgets-design-option').style.display = 'block'
|
|
|
+ }
|
|
|
+ </script>
|
|
|
</body>
|
|
|
</html>
|