| | |
| | | Viewer.scene.globe.showGroundAtmosphere = false; |
| | | |
| | | // server.AddDemLayer("", 12316); |
| | | |
| | | // server.AddTmsLayer( |
| | | // "http://172.16.2.10:50001/sj_raster/v6/service/10003901/1" |
| | | // ); |
| | |
| | | return; |
| | | } |
| | | |
| | | // comment on table lf.sys_res is '资源表'; |
| | | //comment on table lf.sys_res is '资源表'; |
| | | // comment on column lf.sys_res.id is '主键ID'; |
| | | // comment on column lf.sys_res.pid is '父ID:0-根节点'; |
| | | // comment on column lf.sys_res.cn_name is '中文名称'; |
| | |
| | | } |
| | | if (service.length > 0) return |
| | | var url = null; |
| | | |
| | | if (treeNode.useUrl && treeNode.useUrl.indexOf('{token}') > -1) { |
| | | const token = getToken() |
| | | url = config.BASE_URL + treeNode.proxy.replaceAll("{token}", token) |