mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix: 修复控制台报错:Message compilation error,i18n的@为特殊符号
This commit is contained in:
@ -584,7 +584,7 @@ const local: App.I18n.Schema = {
|
||||
'If you select yes, it will be cached by `keep-alive`, and the `name` and address of the matching component must be consistent',
|
||||
visibleTip: 'If you choose Hide, the route will not appear in the sidebar, but it can still be accessed.',
|
||||
statusTip: 'If you choose to disable, the route will not appear in the sidebar and cannot be accessed.',
|
||||
permsTip: "Permission string defined in the controller, such as: @SaCheckPermission('system:user:list')",
|
||||
permsTip: "Permission string defined in the controller, such as: {'@'}SaCheckPermission('system:user:list')",
|
||||
componentTip:
|
||||
'The component path to access, such as: `system/user/index`, which is in the `views` directory by default',
|
||||
pathTip:
|
||||
|
@ -583,7 +583,7 @@ const local: App.I18n.Schema = {
|
||||
isCacheTip: '选择是则会被`keep-alive`缓存,需要匹配组件的`name`和地址保持一致',
|
||||
visibleTip: '选择隐藏则路由将不会出现在侧边栏,但仍然可以访问',
|
||||
statusTip: '选择停用则路由将不会出现在侧边栏,也不能被访问',
|
||||
permsTip: "控制器中定义的权限字符,如:`@SaCheckPermission('system:user:list')`",
|
||||
permsTip: "控制器中定义的权限字符,如:`{'@'}SaCheckPermission('system:user:list')`",
|
||||
componentTip: '访问的组件路径,如:`system/user/index`,默认在`views`目录下',
|
||||
pathTip:
|
||||
'Router path,Example:`user`,If the external network address needs to be accessed in the internal link,then `http(s)://` beginning',
|
||||
|
Reference in New Issue
Block a user