urlConfig.vue 3.15 KB
<!--
 * @Author: jiangbotao
 * @Date: 2019-12-03 22:54:10
 * @LastEditors: jiangbotao
 * @LastEditTime: 2019-12-04 19:50:11
 * @FilePath: \superglobevue\src\config\urlConfig.vue
 -->
<script>
const TDT_IMG = "https://[subdomain].tianditu.com/img_w/wmts";
const TDT_LABEL = "https://[subdomain].tianditu.com/cia_w/wmts";
const BINGMAP = "//dev.virtualearth.net";
const SiChuan_TERRAIN = "http://www.supermapol.com/realspace/services/3D-dixingyingxiang/rest/realspace/datas/DatasetDEM";
const SiChuan_IMG = "http://www.supermapol.com/realspace/services/3D-dixingyingxiang/rest/realspace/datas/MosaicResult";
const TENSE_IMG0 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0300@%E6%88%BF%E5%B1%B1";
const TENSE_IMG1 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0310@%E6%88%BF%E5%B1%B1";
const TENSE_IMG2 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0330@%E6%88%BF%E5%B1%B1";
const TENSE_IMG3 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0340@%E6%88%BF%E5%B1%B1";
const TENSE_IMG4 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0350@%E6%88%BF%E5%B1%B1";
const TENSE_IMG5 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0400@%E6%88%BF%E5%B1%B1";
const TENSE_IMG6 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0410@%E6%88%BF%E5%B1%B1";
const TENSE_IMG7 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0420@%E6%88%BF%E5%B1%B1";
const TENSE_IMG8 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0430@%E6%88%BF%E5%B1%B1";
const TENSE_IMG9 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0440@%E6%88%BF%E5%B1%B1";
const TENSE_IMG10 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0450@%E6%88%BF%E5%B1%B1";
const BING_MAP_KEY = "AqYgyS1gIIDGsxmOlncqrgA83cHnhClLwZmIJXbYXX36pfxKYtUGk12Q3splaf4Y";
const TOKEN_TIANDITU = "394404c8b901574fdc4cdf8c18a98448";
const SCENE_SY = "http://220.189.229.13:8090/iserver/services/3D-ShangYuBuShu/rest/realspace/";
const SCP_SRSB = "http://www.supermapol.com/realspace/services/3D-srsb/rest/realspace/datas/srsb/config";
const SCENE_SRSB = "http://www.supermapol.com/realspace/services/3D-srsb/rest/realspace";
const SCENE_WZ_QD = 'http://localhost:8090/iserver/services/3D-wz_qidu_qx/rest/realspace/';
const SCP_SRSB_WATER = "http://www.supermapol.com/realspace/services/3D-srsb/rest/realspace/datas/%E6%B0%B4%E9%9D%A2@vector/config";
const SCENE_XGPARK = "http://www.supermapol.com/realspace/services/3D-yanmofenxi/rest/realspace";
export default
{
    TDT_IMG,
    TDT_LABEL,
    BINGMAP,
    BING_MAP_KEY,
    SiChuan_TERRAIN,
    SiChuan_IMG,
    TENSE_IMG0,
    TENSE_IMG1,
    TENSE_IMG2,
    TENSE_IMG3,
    TENSE_IMG4,
    TENSE_IMG5,
    TENSE_IMG6,
    TENSE_IMG7,
    TENSE_IMG8,
    TENSE_IMG9,
    TENSE_IMG10,
    SCP_SRSB,
    SCENE_SRSB,
    SCP_SRSB_WATER,
    SCENE_SY,
    TOKEN_TIANDITU,
    SCENE_XGPARK
};
</script>