From 7c2bffa1a495cc4a3a263f654c08c231009c5c4e Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 02 四月 2026 10:59:45 +0800
Subject: [PATCH] #i18n
---
rsf-design/src/router/modules/system.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rsf-design/src/router/modules/system.js b/rsf-design/src/router/modules/system.js
index 982b466..4633c14 100644
--- a/rsf-design/src/router/modules/system.js
+++ b/rsf-design/src/router/modules/system.js
@@ -52,9 +52,9 @@
keepAlive: true,
roles: ['R_SUPER'],
authList: [
- { title: '鏂板', authMark: 'add' },
- { title: '缂栬緫', authMark: 'edit' },
- { title: '鍒犻櫎', authMark: 'delete' }
+ { title: 'common.actions.add', authMark: 'add' },
+ { title: 'common.actions.edit', authMark: 'edit' },
+ { title: 'common.actions.delete', authMark: 'delete' }
]
}
}
--
Gitblit v1.9.1