北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
lixuliang
2024-01-20 bfcfcaa95b1600632a4a7351db2dd952aa227349
bug修改
已添加1个文件
已修改7个文件
13 ■■■■■ 文件已修改
src/components/leftMenu/sousuo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/login.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/rightNavigation/NavigationBar.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/sideMenu/layerMenu/layerPanel.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/sideMenu/roamPanel/roamPanel.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/viewer.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/img/image/ddrf1.png 补丁 | 查看 | 原始文档 | blame | 历史
src/components/leftMenu/sousuo.vue
@@ -395,7 +395,7 @@
        billboard: {
          verticalOrigin: Cesium.VerticalOrigin.BOTTOM,
          scale: 1,
          image: window.SmartEarthRootUrl + "/Workers/image/mark.png",
          image: window.SmartEarthRootUrl + "/Workers/image/mark1.png",
          heightReference: 1,
          disableDepthTestDistance: Number.POSITIVE_INFINITY,
        },
src/components/login.vue
@@ -9,7 +9,8 @@
    return {};
  },
  mounted() {
    this.getQueryString("focus-open-code");
     this.$router.push("/index");
    // this.getQueryString("focus-open-code");
    // if (
    //   window.location.href.match(/=(\S*)#/) &&
    //   window.location.href.match(/=(\S*)#/)[1] != ""
src/components/rightNavigation/NavigationBar.vue
@@ -109,7 +109,7 @@
    handleMenuListShow() {
      // 清除定点绕飞
      if (window.pointerFly) {
        window.pointerFly && window.pointerFly.end();
        window.pointerFly.end && window.pointerFly.end();
        window.pointerFly = null;
      }
      //清除搜索点
src/components/sideMenu/layerMenu/layerPanel.vue
@@ -251,7 +251,7 @@
      curFuncIndex: -1,
      curZTIndex: -1,
      state: store.thematicLayer,
      basicMapChecked: store.basicMapChecked.val,
      basicMapChecked: store.basicMapChecked,
    };
  },
  mounted() {
src/components/sideMenu/roamPanel/roamPanel.vue
@@ -94,7 +94,7 @@
    },
    // 漫游
    handleRoamClick(result) {
      store.setBasicMap("三维影像");
      store.setBasicMap("三维模型");
      store.setRoamPanelShow(false);
      store.setSearchPanelShow(false);
      const val = roman.filter((res) => {
src/components/viewer.vue
@@ -126,6 +126,7 @@
      let that = this;
      let option = {
        // licenseServer: "http://183.162.245.49:18080",
        // StaticFileBaseUrl: "../../Mobile/static/CimSDK/",
        url: "./static/img/cesium/earth.jpg",
        toolbar: false,
        // fullscreenButton: true,
src/router/index.js
@@ -25,6 +25,7 @@
];
const router = new Router({
  mode: "history",
  // base: '/Mobile',//测试版 打包时解开
  routes,
});
static/img/image/ddrf1.png