king
2025-05-15 43251c34515c1d8e0163917da181424811e09ba7
2025-05-15
1个文件已修改
4 ■■■■ 已修改文件
src/tabviews/zshare/actionList/tabbutton/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/tabbutton/index.jsx
@@ -188,7 +188,7 @@
      if (!menu) {
        notification.warning({
          top: 92,
          message: dict['no_perm'] || '菜单已删除或没有访问权限!',
          message: dict['no_perm'] || `没有${btn.MenuName ? `菜单《${btn.MenuName}》的` : '当前菜单的'}访问权限!`,
          duration: 5
        })
        return
@@ -285,7 +285,7 @@
    if (!menu) {
      notification.warning({
        top: 92,
        message: dict['no_perm'] || '菜单已删除或没有访问权限!',
        message: dict['no_perm'] || '没有当前菜单的访问权限!',
        duration: 5
      })
      return