瀏覽代碼

修改三亚影像地址

LAPTOP-BJJ3IV5R\SIWEI 1 年之前
父節點
當前提交
30e72bb04e
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      static/Config/config.js

+ 9 - 1
static/Config/config.js

@@ -1,3 +1,11 @@
+/*
+ * @Author: LAPTOP-BJJ3IV5R\SIWEI zhxjavait@163.com
+ * @Date: 2024-05-29 08:19:49
+ * @LastEditors: LAPTOP-BJJ3IV5R\SIWEI zhxjavait@163.com
+ * @LastEditTime: 2024-05-29 09:33:47
+ * @FilePath: \real3d-portalsite\static\Config\config.js
+ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+ */
 //后台地址配置
 window.axiosURI = "http://192.168.60.4:8080";
 //倾斜模型高度配置
@@ -8,7 +16,7 @@ window.hostconfig = "127.0.0.1";
 window.mapview = [110.0353, 16.3, 300000.0];
 //默认影像地址,空则为不加载默认影像
 //window.baseImgLayer = "http://127.0.0.1:8090/iserver/services/map-sanyadsm/rest/maps/%E6%B5%B7%E5%8D%97%E5%B2%9B%E5%BD%B1%E5%83%8F15%E7%BA%A7_Level_15%40DataSource";
-window.baseImgLayer = "http://192.168.60.3:8099/iserver/services/map-WorkSpace-2/rest/maps/%E6%B5%B7%E5%8D%97%E5%B2%9B%E5%BD%B1%E5%83%8F15%E7%BA%A7_Level_15%40DataSource";
+window.baseImgLayer = "http://192.168.60.3:8099/iserver/services/map-WorkSpace/rest/maps/%E6%B5%B7%E5%8D%97%E5%B2%9B%E5%BD%B1%E5%83%8F15%E7%BA%A7_Level_15%40DataSource";
 //三维模型查询地址
 window.baseModelQueryLayer = "http://192.168.100.238:8090/iserver/services/data-building/rest/data/featureResults.rjson?returnContent=true";
 /**