diff --git a/sf-ui/src/components/ImageUpload/index.vue b/sf-ui/src/components/ImageUpload/index.vue index e0140f5..bbafc40 100644 --- a/sf-ui/src/components/ImageUpload/index.vue +++ b/sf-ui/src/components/ImageUpload/index.vue @@ -1,49 +1,50 @@ - diff --git a/sf-ui/src/router/index.js b/sf-ui/src/router/index.js index d892652..771b17a 100644 --- a/sf-ui/src/router/index.js +++ b/sf-ui/src/router/index.js @@ -176,6 +176,22 @@ export const dynamicRoutes = [ } ] }, + + { + path: '/build/install', + component: Layout, + hidden: true, + permissions: ['build:install:edit'], + children: [ + { + path: 'edit', + component: () => import('@/views/FDS/installationList/edit'), + name: 'InstallEdit', + meta: { title: '编辑安装包', activeMenu: '/build/installationList' } + } + ] + }, + { path: '/build/install', component: Layout, @@ -221,7 +237,7 @@ export const dynamicRoutes = [ }, { - path: '/build/whiteListManagement', + path: '/build/whiteList', component: Layout, hidden: true, permissions: ['build:whiteListManagement:add'], @@ -236,7 +252,7 @@ export const dynamicRoutes = [ }, { - path: '/build/whiteListManagement', + path: '/build/whiteList', component: Layout, hidden: true, permissions: ['build:whiteListManagement:detail'], @@ -251,7 +267,7 @@ export const dynamicRoutes = [ }, { - path: '/build/whiteListManagement', + path: '/build/whiteList', component: Layout, hidden: true, permissions: ['build:whiteListManagement:addConfig'], diff --git a/sf-ui/src/views/FDS/channelManagement/index.vue b/sf-ui/src/views/FDS/channelManagement/index.vue index 30fadde..9cc325b 100644 --- a/sf-ui/src/views/FDS/channelManagement/index.vue +++ b/sf-ui/src/views/FDS/channelManagement/index.vue @@ -62,7 +62,7 @@ @@ -107,7 +107,7 @@ // import { listINFO, getINFO, delINFO, addINFO, updateINFO } from "@/api/deploy/INFO"; export default { name: 'ChannelManagement', - dicts: ['sys_yes_no'], + dicts: ['sys_yes_no', 'uploading_status'], data() { return { // 遮罩层 diff --git a/sf-ui/src/views/FDS/installationList/add.vue b/sf-ui/src/views/FDS/installationList/add.vue index c7c6eb9..09ef41f 100644 --- a/sf-ui/src/views/FDS/installationList/add.vue +++ b/sf-ui/src/views/FDS/installationList/add.vue @@ -30,15 +30,21 @@ - - 上传文件 - + + + + + + + + + - + @@ -61,7 +67,7 @@ 提交 - 重置 + 取 消 @@ -71,7 +77,7 @@ + diff --git a/sf-ui/src/views/FDS/installationList/index.vue b/sf-ui/src/views/FDS/installationList/index.vue index 24aa39f..1ac9418 100644 --- a/sf-ui/src/views/FDS/installationList/index.vue +++ b/sf-ui/src/views/FDS/installationList/index.vue @@ -129,14 +129,14 @@