diff --git a/public/index.html b/public/index.html
index d6a75cf4..a858a61b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,7 +13,8 @@
<%= VUE_APP_TITLE %>
-
+
+
diff --git a/src/views/bigScreen/cesiumtest.vue b/src/views/bigScreen/cesiumtest.vue
index 9b26103f..28cb03a0 100644
--- a/src/views/bigScreen/cesiumtest.vue
+++ b/src/views/bigScreen/cesiumtest.vue
@@ -14,8 +14,8 @@ export default {
//shadows: true,
});
const tileset = new Cesium.Cesium3DTileset({
- url: "/3dtiles/tileset.json",
- // url: "http://49.232.14.174:2226/pf/3dtiles/tileset.json",
+ // url: "/3dtiles/tileset.json",
+ url: "http://49.232.14.174:2226/pf/3dtiles/tileset.json",
});
tileset.readyPromise.then(function (tileset) {