Commit c2eb791a authored by 武广's avatar 武广

fix: 修改注释

parent 6ad0e850
......@@ -133,7 +133,7 @@ const BasicLayout = props => {
),
);
// 嵌套乾坤
// 乾坤嵌套进入系统
const qianKunLayout = () => (
<div id="micro">
<Layout className={style.layout}>
......@@ -153,7 +153,7 @@ const BasicLayout = props => {
</div>
);
// 商家端直接登录
// 商家端直接进入系统
const merchantLayout = () => (
<ProLayout
logo={logo}
......@@ -213,7 +213,7 @@ const BasicLayout = props => {
</ProLayout>
);
// tob登录
// tob后管嵌套进入系统
const tobLayout = () => (
<Layout className={style.tobLayout}>
<Authorized noMatch={noMatch}>{children}</Authorized>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment