Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Dec 11, 2024
1 parent 9d4349d commit ce2193a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @rbv
Submodule @rbv updated from 0e9761 to 611ee6
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class FuncList extends React.Component {
render() {
return (
<div ref={(c) => (this._$funclist = c)}>
<RbAlertBox message={$L('选择**非超级管理员**所能使用的管理中心功能')} type="info" />
<RbAlertBox message={WrapHtml($L('选择**非超级管理员**所能使用的管理中心功能'))} type="info" />
{this.state.funclist &&
this.state.funclist.map((item) => {
const isSYS = item[0] === 'SYS'
Expand Down

0 comments on commit ce2193a

Please sign in to comment.