zhangzengfei
2020-09-17 d4cd7df0bd1484c31e37bcb0642e89ecdcf7ab29
处理外网端口映射无法跳转的问题
2个文件已修改
32 ■■■■ 已修改文件
public/apps.json 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/index/App.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/apps.json
@@ -8,7 +8,7 @@
      "src": "../../images/app-mid/GB-config.png",
      "alt": "GB28181配置",
      "type": "2",
      "url": "/view/gb28181",
      "url": "/view/gb28181/",
      "title": "GB28181配置",
      "width": 600,
      "height": 670
@@ -19,7 +19,7 @@
      "src": "../../images/app-mid/monitor.png",
      "alt": "实时监控",
      "type": "2",
      "url": "/view/cameraVideo",
      "url": "/view/cameraVideo/",
      "title": "实时监控",
      "width": 1328,
      "height": 690
@@ -30,7 +30,7 @@
      "src": "../../images/app-mid/algorithm-store.png",
      "alt": "应用中心",
      "type": "2",
      "url": "/view/ai",
      "url": "/view/ai/",
      "title": "应用中心",
      "width": 1243,
      "height": 670
@@ -41,7 +41,7 @@
      "src": "../../images/app-mid/camera-access.png",
      "alt": "camera-access",
      "type": "2",
      "url": "/view/cameraAccess",
      "url": "/view/cameraAccess/",
      "title": "摄像机配置",
      "width": 1200,
      "height": 670
@@ -52,7 +52,7 @@
      "src": "../../images/app-mid/datastack-config.png",
      "alt": "datastack-config",
      "type": "2",
      "url": "/view/cameraAccess?dataStack=1",
      "url": "/view/cameraAccess/?dataStack=1",
      "title": "数据栈配置",
      "width": 1200,
      "height": 670
@@ -63,7 +63,7 @@
      "src": "../../images/app-mid/data-push.png",
      "alt": "data-push",
      "type": "2",
      "url": "/view/datapush",
      "url": "/view/datapush/",
      "title": "数据推送",
      "width": 1024,
      "height": 512
@@ -74,7 +74,7 @@
      "src": "../../images/app-mid/library.png",
      "alt": "比对库管理",
      "type": "2",
      "url": "/view/library",
      "url": "/view/library/",
      "title": "比对库管理",
      "width": 1200,
      "height": 670
@@ -85,7 +85,7 @@
      "src": "../../images/app-mid/hashrate-manage.png",
      "alt": "算力管理",
      "type": "2",
      "url": "/view/analysisPower",
      "url": "/view/analysisPower/",
      "title": "算力管理",
      "width": 1200,
      "height": 670
@@ -96,7 +96,7 @@
      "src": "../../images/app-mid/search.png",
      "alt": "统计查询",
      "type": "2",
      "url": "/view/search",
      "url": "/view/search/",
      "title": "统计查询",
      "width": 1344,
      "height": 675
@@ -107,7 +107,7 @@
      "src": "../../images/app-mid/log-manage.png",
      "alt": "日志管理",
      "type": "2",
      "url": "/view/syslog",
      "url": "/view/syslog/",
      "title": "日志管理",
      "width": 1200,
      "height": 600
@@ -118,7 +118,7 @@
      "src": "../../images/app-mid/settings.png",
      "alt": "系统设置",
      "type": "2",
      "url": "/view/settings",
      "url": "/view/settings/",
      "title": "系统设置",
      "width": 1200,
      "height": 650
@@ -129,7 +129,7 @@
      "src": "../../images/app-mid/vindicate.png",
      "alt": "系统维护",
      "type": "2",
      "url": "/view/vindicate",
      "url": "/view/vindicate/",
      "title": "系统维护",
      "width": 760,
      "height": 534
@@ -140,7 +140,7 @@
      "src": "../../images/app-mid/algorithm-manage.png",
      "alt": "热力图",
      "type": "2",
      "url": "/view/heatCamera",
      "url": "/view/heatCamera/",
      "title": "热力图",
      "width": 760,
      "height": 600
@@ -151,7 +151,7 @@
      "src": "../../images/app-mid/device.png",
      "alt": "摄像机区域管理",
      "type": "2",
      "url": "/view/areaManage",
      "url": "/view/areaManage/",
      "title": "摄像机区域管理",
      "width": 1200,
      "height": 600
@@ -162,7 +162,7 @@
      "src": "../../images/app-mid/visual.png",
      "alt": "数据可视化",
      "type": "1",
      "url": "/view/visual",
      "url": "/view/visual/",
      "title": "数据可视化",
      "width": 1200,
      "height": 600
src/pages/index/App.vue
@@ -140,7 +140,7 @@
        })
        // await this.getMenuList()
        // this.$router.push('/Layout/Video')
        location.assign("/view/desktop")
        location.assign("/view/desktop/")
        return json
      } else {
        this.$notify({