// 场馆 Record<场馆id, string> museum = { 3: "苏州博物馆(本馆),苏州博物馆(西馆)" }; // 是否开启预约调试弹窗 venueDebug = false; // 接口地址 VUE_APP_BACKEND_URL = "http://114.217.51.225:7077"; // 云游景区 cloudScenicUrl = "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area" + "?T=" + Date.now(); // 单位 company = "江苏省文化和旅游厅"; companyId = 101; // 云游景区 url 配置 SCENIC_MUSEUM_POS = [ { id: 37, name: "徐州市", top: 133, left: 317, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=320300", }, { id: 47, name: "宿迁市", left: 416, top: 251, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=321300", }, { id: 41, name: "连云港市", left: 570, top: 82, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=320700", }, { id: 42, name: "淮安市", left: 531, top: 302, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=320800", }, { id: 43, name: "盐城市", top: 304, left: 719, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=320900", }, { id: 44, name: "扬州市", left: 587, top: 392, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=321000", }, { id: 46, name: "泰州市", left: 712, top: 605, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=321200", }, { id: 35, name: "南京市", left: 422, top: 690, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=320100", }, { id: 45, name: "镇江市", left: 583, top: 675, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=321100", }, { id: 40, name: "南通市", left: 896, top: 647, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=320600", }, { id: 38, name: "常州市", left: 633, top: 800, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=320400", }, { id: 36, name: "无锡市", left: 767, top: 819, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=320200", }, { id: 39, name: "苏州市", left: 888, top: 859, url: "http://127.0.0.1:18080/ms-mechanism-bs/default/on-cloud-scenic-area?areaCode=320500", }, ];