北京经济技术开发区经开区虚拟城市项目-【前端】-Web
lixuliang
2023-11-10 8a5df88b22154b73647c79ccc1b82a01d1987b48
修改系统title/企业弹框颜色/会议保障历史记录请求
已修改6个文件
32 ■■■■■ 文件已修改
index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/left/layerTree/Layer.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/map/viewer.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/map/viewer1.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/menu/tools/special.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/right/right-top.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">
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(() => {
src/components/map/viewer.vue
@@ -88,7 +88,7 @@
        "sdkContainer",
        {
          // StaticFileBaseUrl: "../../../static/CimSDK/",
          StaticFileBaseUrl: "../../../SW/static/CimSDK/",//
          StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/",
        },
        {},
        {},
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 {
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() {
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 &&