北京经济技术开发区经开区虚拟城市项目-【前端】-Web
lixuliang
2023-11-15 c658f316d2f464e510d10f1081c52848c3aefeb2
企业 视频弹框
已修改8个文件
87 ■■■■ 文件已修改
src/assets/App.css 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/left/leftmenu.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/map/viewer1.vue 37 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/right/right-bottom.vue 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/right/right-top.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/request.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/CimSDK/Workers/path/Path.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/conf.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/App.css
@@ -15,16 +15,20 @@
#sdkContainer {
  background-size: 100%;
}
.tipStyle {
  color: white;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.tipStyle .el-notification__title {
  color: white;
}
.tipStyle .el-notification__content {
  color: white;
}
.cesium-viewer-animationContainer,
.cesium-viewer-timelineContainer {
  display: none;
@@ -39,6 +43,7 @@
.cesium-viewer-bottom {
  display: none;
}
.cesium-viewer-toolbar,
.cesium-viewer-fullscreenContainer {
  display: none !important;
@@ -63,13 +68,15 @@
.other-class .layui-layer-title {
  /* background-color: white !important;
  color           : black !important; */
  background-color: rgba(0, 0, 0, 0.3) !important;
  /* background-color: rgba(0, 0, 0, 0.3) !important; */
  background: #0048fd69 !important;
  color: white;
}
.other-class {
  border: 1px solid white !important;
}
.layui-layer-setwin .layui-layer-close1 {
  background-position: -156px -38px !important;
}
@@ -272,12 +279,13 @@
  height: unset !important;
  background-color: unset !important;
}
.user_menu .el-menu {
  background-color: rgba(0, 0, 0, 0.4) !important;
  margin-top: 0px!important;
  border-radius: 8px!important;
  margin-top: 0px !important;
  border-radius: 8px !important;
}
.user_menu /deep/ .el-menu-item:hover {
  background-color: unset !important;
}
}
src/components/left/leftmenu.vue
@@ -3133,7 +3133,6 @@
.el-tree .TreeNodeClass {
  width: 100%;
  background-color: #bfa;
  flex: 1;
  display: flex;
  align-items: center;
src/components/map/viewer1.vue
@@ -81,7 +81,7 @@
        title="企业信息"
        append-to-body
        width="50%"
        height="55%"
        height="60%"
        style="overflow: auto"
        :visible.sync="QYbox"
        :before-close="dialogClose"
@@ -89,7 +89,7 @@
        <div class="el-dialog-div">
          <div class="inquire">
            <el-form
              size="medium"
              size="mini"
              ref="queryForm"
              :model="queryForm"
              :inline="true"
@@ -117,33 +117,36 @@
            highlight-current-row
            height="50"
          >
            <el-table-column type="index" width="50"></el-table-column>
            <el-table-column type="index" width="40"></el-table-column>
            <el-table-column
              property="企业名称"
              label="企业名称"
              min-width="240"
            ></el-table-column>
            <!-- <el-table-column
            <el-table-column
              property="企业类型"
              label="企业类型"
              min-width="240"
            ></el-table-column>
            <el-table-column
              property="成立时间"
              label="成立时间"
              width="120"
            ></el-table-column>
            <el-table-column
            <!-- <el-table-column
              property="所属行业"
              label="所属行业"
            ></el-table-column>
            ></el-table-column> -->
            <el-table-column
              property="法人"
              label="法人"
              width="100"
            ></el-table-column> -->
            <el-table-column
              width="80"
            ></el-table-column>
            <!-- <el-table-column
              property="注册地址"
              label="注册地址"
            ></el-table-column>
            <el-table-column label="操作" width="100">
            ></el-table-column> -->
            <el-table-column label="操作" width="80">
              <template slot-scope="scope">
                <el-button
                  @click="handleClick(scope.row)"
@@ -157,7 +160,7 @@
          <div
            slot="footer"
            class="dialog-footer"
            style="text-align: center; margin-top: 5px"
            style="text-align: center; margin-top: 2px"
          >
            <el-pagination
              @size-change="handleSizeChange"
@@ -1263,11 +1266,11 @@
.aboutDialog >>> .el-dialog__body {
  height: 77%;
  padding: 0px !important;
  padding: 15px !important;
  padding: 10px 10px 8px !important;
}
.aboutDialog >>> .el-dialog__header {
  padding: 10px 20px;
  padding: 10px 20px 0;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
@@ -1298,6 +1301,7 @@
.el-form >>> .el-form-item__label {
  color: #fff;
  margin-left: 10px;
}
.aboutDialog .el-dialog-div {
@@ -1326,8 +1330,11 @@
  width: 383px;
}
.el-table /deep/ th {
.el-table /deep/ th,
.el-table /deep/ td {
  background-color: transparent;
  padding-top: 4px;
  padding-bottom: 4px;
}
.el-table /deep/ tr {
src/components/right/right-bottom.vue
@@ -351,27 +351,7 @@
    Bus.$off("closeLegendPop");
  },
  methods: {
    qingqiu() {
      $.ajax({
        url: "http://10.117.5.21/artemis/api/resource/v1/cameras/indexCode",
        type: "POST",
        dataType: "json",
        data: {
          cameraIndexCode: "57533537f16d4cb9a151cf1527b16798",
        },
        contentType: "application/json",
        headers: {
          "x-ca-key": 20380928,
          "x-ca-signature-headers": "x-ca-key",
          "x-ca-signature": "IVKr1h18tQGUyxsarkSJCyjO2b0BrBQghc5Bga3V3O8=",
        },
        success: function (result) {
          console.log(result);
        },
      });
    },
    // 相机参数
    getcamera() {
      let p = sgworld.Navigate.getCameraInfo();
      console.log(p);
src/components/right/right-top.vue
@@ -1570,10 +1570,10 @@
        // this.showInfoBox = true;
        if (this.info["JK内码"]) {
          this.$message({
            showClose: true,
            message: "连接状态查询中",
          });
          // this.$message({
          //   showClose: true,
          //   message: "连接状态查询中",
          // });
          this.spjkLoad(this.info);
        }
      },
src/utils/request.js
@@ -4,7 +4,6 @@
// create an axios instance
const service = axios.create({
    // baseURL: 'http://10.10.4.116:12316/server/', // api的base_url
    baseURL: 'http://10.10.4.116:8089/', // api的base_url
    timeout: 35000, // 请求超时时间
    headers: {
static/CimSDK/Workers/path/Path.html
@@ -11,7 +11,8 @@
        html,
        body,
        .layui-prop {
            background-color: rgba(0, 0, 0, 0);
            /* background-color: rgba(0, 0, 0, 0); */
            background:#104ce433 !important;;
            height: 100%;
            color: #fff;
            overflow-y: auto;
static/conf.js
@@ -1,4 +1,3 @@
//window.GIS_IP = 'http://183.162.245.49:18073'
window.GIS_IP = 'http://10.10.4.116:8070'
window.KEYPOIS = [{