From 8b9443e36615497b002a18fa3cd50521dc1decca Mon Sep 17 00:00:00 2001 From: Jin Lei <jinlei_182@163.com> Date: 星期六, 11 十一月 2023 17:43:51 +0800 Subject: [PATCH] [viewer]解决路径冲突 --- src/components/map/viewer.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue index a2875be..c9b1318 100644 --- a/src/components/map/viewer.vue +++ b/src/components/map/viewer.vue @@ -80,8 +80,8 @@ window.sgworld = new SmartEarth.EarthCtrl( "sdkContainer", { - StaticFileBaseUrl: "../../../static/CimSDK/", - // StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/", + // StaticFileBaseUrl: "../../../static/CimSDK/", + StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/", }, {}, {}, -- Gitblit v1.9.3