Commit 6abb16f4 authored by 皮倩雯's avatar 皮倩雯

fix: '隐藏开机动画'

parent f3199f38
Pipeline #77659 passed with stages
...@@ -137,7 +137,7 @@ const SiteConfig = props => { ...@@ -137,7 +137,7 @@ const SiteConfig = props => {
> >
<PicturesWall picType="icon" /> <PicturesWall picType="icon" />
</Item> </Item>
<Item {/* <Item
label="开机动画:" label="开机动画:"
name="bootAnimation" name="bootAnimation"
rules={[ rules={[
...@@ -148,7 +148,7 @@ const SiteConfig = props => { ...@@ -148,7 +148,7 @@ const SiteConfig = props => {
]} ]}
> >
<PicturesWall picType="bootAnimation" /> <PicturesWall picType="bootAnimation" />
</Item> </Item> */}
<Item <Item
label="登录页:" label="登录页:"
name="loginPageImage" name="loginPageImage"
......
...@@ -174,7 +174,7 @@ const AddConfig = props => { ...@@ -174,7 +174,7 @@ const AddConfig = props => {
> >
<PicturesWall picType="icon" /> <PicturesWall picType="icon" />
</Item> </Item>
<Item {/* <Item
label="开机动画:" label="开机动画:"
name="bootAnimation" name="bootAnimation"
rules={[ rules={[
...@@ -185,7 +185,7 @@ const AddConfig = props => { ...@@ -185,7 +185,7 @@ const AddConfig = props => {
]} ]}
> >
<PicturesWall picType="bootAnimation" /> <PicturesWall picType="bootAnimation" />
</Item> </Item> */}
<Item <Item
label="登录页:" label="登录页:"
name="loginPageImage" name="loginPageImage"
......
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