From 9673380f60ba001207e534b823d3e6a59b233c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Thu, 7 Dec 2023 14:52:23 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E7=BB=86?= =?UTF-8?q?=E5=8C=96oss=E9=85=8D=E7=BD=AE=E7=AE=A1=E7=90=86=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- src/views/system/oss/config.vue | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 6c56cd3..271385c 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -139,7 +139,7 @@ export const dynamicRoutes: RouteOption[] = [ path: '/system/oss-config', component: Layout, hidden: true, - permissions: ['system:oss:list'], + permissions: ['system:ossConfig:list'], children: [ { path: 'index', diff --git a/src/views/system/oss/config.vue b/src/views/system/oss/config.vue index 1fd14fc..876347a 100644 --- a/src/views/system/oss/config.vue +++ b/src/views/system/oss/config.vue @@ -29,13 +29,13 @@