From 8a5df88b22154b73647c79ccc1b82a01d1987b48 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期五, 10 十一月 2023 10:29:44 +0800 Subject: [PATCH] 修改系统title/企业弹框颜色/会议保障历史记录请求 --- src/components/left/layerTree/Layer.vue | 10 ++++++---- index.html | 2 +- src/components/map/viewer1.vue | 10 ++++++---- src/components/map/viewer.vue | 2 +- src/components/menu/tools/special.vue | 4 ++-- src/components/right/right-top.vue | 4 ++-- 6 files changed, 18 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index ea1afb1..a6447be 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> - <title>涓夌淮绯荤粺</title> + <title>鏃剁┖涓�寮犲浘</title> <!-- <link rel="icon" href="./static/img/favicon.ico" type="image/x-icon" /> --> <link rel="stylesheet" href="./static/SmartEarthSDK/Cesium/Widgets/widgets.css"> <link rel="stylesheet" href="./static/iconfont/iconfont.css"> diff --git a/src/components/left/layerTree/Layer.vue b/src/components/left/layerTree/Layer.vue index d133a86..e00c8d6 100644 --- a/src/components/left/layerTree/Layer.vue +++ b/src/components/left/layerTree/Layer.vue @@ -437,11 +437,13 @@ }); let that = this; axios({ - method: "POST", + method: "GET", + // method: "POST", + // url: "/api/PM20221203225_OpenAPI3_Service-0.0.1-SNAPSHOT/biaoHui/list", url: "http://10.10.4.121:8070/PM20221203225_OpenAPI3_Service-0.0.1-SNAPSHOT/biaoHui/list", - data: { - userId: this.$store.state.userId, - }, + // data: { + // userId: this.$store.state.userId, + // }, }).then( (response) => { setTimeout(() => { diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue index 0d14e3a..54d78ed 100644 --- a/src/components/map/viewer.vue +++ b/src/components/map/viewer.vue @@ -88,7 +88,7 @@ "sdkContainer", { // StaticFileBaseUrl: "../../../static/CimSDK/", - StaticFileBaseUrl: "../../../SW/static/CimSDK/",// + StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/", }, {}, {}, diff --git a/src/components/map/viewer1.vue b/src/components/map/viewer1.vue index ef5f15b..04252c8 100644 --- a/src/components/map/viewer1.vue +++ b/src/components/map/viewer1.vue @@ -249,8 +249,8 @@ window.sgworld1 = new SmartEarth.EarthCtrl( "sdkContainer1", { - // StaticFileBaseUrl: "../../static/CimSDK/", - StaticFileBaseUrl: "../../../SW/static/CimSDK/", + StaticFileBaseUrl: "../../static/CimSDK/", + // StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/", }, {}, null, @@ -289,6 +289,7 @@ true, "" ); + var p = { destination: sgworld.Navigate.getPosition(), orientation: { @@ -1361,8 +1362,9 @@ */ .aboutDialog /deep/ .el-dialog { - background: rgba(0, 0, 0, 0.7); - border: 1px rgba(255, 255, 255, 0.5) solid; + background: rgba(14, 50, 143, 0.7); + border: 1px solid #205fbc; + box-shadow: 0px 1px 10px 0px rgba(3, 10, 26, 0.38); } .aboutDialog >>> .el-dialog__body { diff --git a/src/components/menu/tools/special.vue b/src/components/menu/tools/special.vue index 2977cfe..5425e75 100644 --- a/src/components/menu/tools/special.vue +++ b/src/components/menu/tools/special.vue @@ -65,7 +65,7 @@ <el-button> <img src="@/assets/img/left/ztfx/yqfk.png" /> </el-button ></el-tooltip> </div> - <div class="specialTool" @click="kuangxuan()"> + <div class="specialTool" @click="rangeQuery()"> <el-tooltip class="item" effect="dark" @@ -474,7 +474,7 @@ yqfkHandle() { this.setYqfk(!this.yqfk); }, - kuangxuan() { + rangeQuery() { Bus.$emit("showRangeBox", true); }, tdglHandle() { diff --git a/src/components/right/right-top.vue b/src/components/right/right-top.vue index f8ea5a6..a89411d 100644 --- a/src/components/right/right-top.vue +++ b/src/components/right/right-top.vue @@ -793,7 +793,7 @@ } }); Bus.$on("showRangeBox", (layer, res) => { - this.kuangxuan(); + this.rangeQuery(); }); Bus.$on("ShowFCFH", (data) => { if (this.isShowFCFH == data) { @@ -825,7 +825,7 @@ closefcfhBox() { this.isShowFCFH = false; }, - kuangxuan() { + rangeQuery() { let layersData = this.$store.state.selectedLayers.filter((item) => { return ( item.urls && -- Gitblit v1.9.3