From 4a31ede53d0e237921282de08feba3b6ed545e4f Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Mon, 02 Nov 2020 14:56:29 +0800
Subject: [PATCH] 右击菜单
---
index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/index.html b/index.html
index ed8259c..a7fc7b5 100644
--- a/index.html
+++ b/index.html
@@ -143,7 +143,7 @@
<script type="text/javascript" src="simpleLoader.js"></script>
<script type="text/javascript">
function initViewer() {
- //window.Cesium = DC.Namespace.Cesium;
+ window.Cesium = DC.Namespace.Cesium;
//console.log(window.Cesium);
}
DC.ready(initViewer)
--
Gitblit v1.9.3