Commit c2eb791a authored by 武广's avatar 武广

fix: 修改注释

parent 6ad0e850
...@@ -133,7 +133,7 @@ const BasicLayout = props => { ...@@ -133,7 +133,7 @@ const BasicLayout = props => {
), ),
); );
// 嵌套乾坤 // 乾坤嵌套进入系统
const qianKunLayout = () => ( const qianKunLayout = () => (
<div id="micro"> <div id="micro">
<Layout className={style.layout}> <Layout className={style.layout}>
...@@ -153,7 +153,7 @@ const BasicLayout = props => { ...@@ -153,7 +153,7 @@ const BasicLayout = props => {
</div> </div>
); );
// 商家端直接登录 // 商家端直接进入系统
const merchantLayout = () => ( const merchantLayout = () => (
<ProLayout <ProLayout
logo={logo} logo={logo}
...@@ -213,7 +213,7 @@ const BasicLayout = props => { ...@@ -213,7 +213,7 @@ const BasicLayout = props => {
</ProLayout> </ProLayout>
); );
// tob登录 // tob后管嵌套进入系统
const tobLayout = () => ( const tobLayout = () => (
<Layout className={style.tobLayout}> <Layout className={style.tobLayout}>
<Authorized noMatch={noMatch}>{children}</Authorized> <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