From a1e8a2e6ff842b7dde122d5b7f91275fcfac934e Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: Wed, 14 Aug 2024 17:52:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/PlatformEdit.vue | 291 ++++++++++++++++++ ...arentPlatformList.vue => PlatformList.vue} | 0 web_src/src/layout/UiHeader.vue | 2 +- web_src/src/router/index.js | 8 +- 4 files changed, 296 insertions(+), 5 deletions(-) create mode 100644 web_src/src/components/PlatformEdit.vue rename web_src/src/components/{ParentPlatformList.vue => PlatformList.vue} (100%) diff --git a/web_src/src/components/PlatformEdit.vue b/web_src/src/components/PlatformEdit.vue new file mode 100644 index 00000000..7f3c8970 --- /dev/null +++ b/web_src/src/components/PlatformEdit.vue @@ -0,0 +1,291 @@ + + + + + + + 编辑拉流代理信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ + onSubmit_text + }} + + 取消 + + + + + + + + + + diff --git a/web_src/src/components/ParentPlatformList.vue b/web_src/src/components/PlatformList.vue similarity index 100% rename from web_src/src/components/ParentPlatformList.vue rename to web_src/src/components/PlatformList.vue diff --git a/web_src/src/layout/UiHeader.vue b/web_src/src/layout/UiHeader.vue index 6378cb44..c090f20d 100755 --- a/web_src/src/layout/UiHeader.vue +++ b/web_src/src/layout/UiHeader.vue @@ -17,7 +17,7 @@ 云端录像 节点管理 - 国标级联 + 国标级联 用户管理 diff --git a/web_src/src/router/index.js b/web_src/src/router/index.js index f786c71a..ba41868e 100755 --- a/web_src/src/router/index.js +++ b/web_src/src/router/index.js @@ -10,7 +10,7 @@ import streamPushList from '../components/StreamPushList.vue' import streamProxyList from '../components/StreamProxyList.vue' import map from '../components/map.vue' import login from '../components/Login.vue' -import parentPlatformList from '../components/ParentPlatformList.vue' +import platform from '../components/PlatformList.vue' import cloudRecord from '../components/CloudRecord.vue' import cloudRecordDetail from '../components/CloudRecordDetail.vue' import mediaServerManger from '../components/MediaServerManger.vue' @@ -74,9 +74,9 @@ export default new VueRouter({ component: gbRecordDetail, }, { - path: '/parentPlatformList/:count/:page', - name: 'parentPlatformList', - component: parentPlatformList, + path: '/platformList/:count/:page', + name: 'platformList', + component: platform, }, { path: '/map/:deviceId/:parentChannelId/:count/:page',