Commit ec92282d authored by 涂伟's avatar 涂伟

fix: '运维移动端配置项优化'

parent 41fa4642
Pipeline #87992 passed with stages
...@@ -179,7 +179,7 @@ const SiteConfig = props => { ...@@ -179,7 +179,7 @@ const SiteConfig = props => {
name="userPageImage" name="userPageImage"
rules={[ rules={[
{ {
required: true, // required: true,
message: '请选择背景图', message: '请选择背景图',
}, },
]} ]}
...@@ -188,12 +188,12 @@ const SiteConfig = props => { ...@@ -188,12 +188,12 @@ const SiteConfig = props => {
</Item> </Item>
<Item <Item
label="过渡页:" label="启动过渡页:"
name="bootAnimation" name="bootAnimation"
rules={[ rules={[
{ {
required: true, // required: true,
message: '请选择过渡页', message: '请选择启动过渡页',
}, },
]} ]}
> >
......
...@@ -52,6 +52,7 @@ const AddConfig = props => { ...@@ -52,6 +52,7 @@ const AddConfig = props => {
title: '新应用', title: '新应用',
shortcutIcon: 'assets\\images\\icon\\熊猫-白色.png', shortcutIcon: 'assets\\images\\icon\\熊猫-白色.png',
bootAnimation: 'assets\\images\\bootAnimation\\bootDefault.png', bootAnimation: 'assets\\images\\bootAnimation\\bootDefault.png',
// userPageImage: 'assets\\images\\bootAnimation\\bootDefault.png',
loginPageImage: 'assets\\images\\loginPageImage\\loginDefault.png', loginPageImage: 'assets\\images\\loginPageImage\\loginDefault.png',
homePageImage: 'assets\\images\\homePageImage\\homeDefault.png', homePageImage: 'assets\\images\\homePageImage\\homeDefault.png',
loginTemplate: loginList[0].value, loginTemplate: loginList[0].value,
...@@ -224,12 +225,12 @@ const AddConfig = props => { ...@@ -224,12 +225,12 @@ const AddConfig = props => {
</Item> </Item>
<Item <Item
label="过渡页:" label="启动过渡页:"
name="bootAnimation" name="bootAnimation"
rules={[ rules={[
{ {
required: true, required: true,
message: '请选择过渡页', message: '请选择启动过渡页',
}, },
]} ]}
> >
......
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