浏览代码

update path

MergeProblem1
CANCERYS\kw093 2 周前
父节点
当前提交
8f9e94530e
共有 1 个文件被更改,包括 8 次插入3 次删除
  1. +8
    -3
      src/components/NavigationContent/NavigationContent.tsx

+ 8
- 3
src/components/NavigationContent/NavigationContent.tsx 查看文件

@@ -348,9 +348,14 @@ const NavigationContent: React.FC = () => {
path: "/settings/user",
},
{
icon: <QrCodeIcon />,
label: "QR Code Handle",
path: "/settings/qrCodeHandle",
icon: <RequestQuote />,
label: "QC Check Template",
path: "/settings/user",
},
{
icon: <RequestQuote />,
label: "QC Item All",
path: "/settings/qcItemAll",
},
// {
// icon: <RequestQuote />,


正在加载...
取消
保存