Commit e640fe76 authored by 周宏民's avatar 周宏民

feat: 移动端配置添加 h5中国水务登录页选项

parent c87be4c2
Pipeline #93018 waiting for manual action with stages
......@@ -12,6 +12,7 @@ const SiteConfig = props => {
{ text: '科技蓝', value: 'default.html' },
{ text: 'h5_科技蓝', value: 'h5_default' },
{ text: 'h5_江西水务', value: 'h5_jiangxi' },
{ text: 'h5_中国水务', value: 'h5_zhongguoshuiwu' },
]); // 系统登陆页
const [h5LoginList, setH5LoginList] = useState([
{ text: '科技蓝', value: 'h5_default' },
......
......@@ -12,6 +12,7 @@ const AddConfig = props => {
{ text: '科技蓝', value: 'default.html' },
{ text: 'h5_科技蓝', value: 'h5_default' },
{ text: 'h5_江西水务', value: 'h5_jiangxi' },
{ text: 'h5_中国水务', value: 'h5_zhongguoshuiwu' },
]); // 系统登陆页
const [h5LoginList, setH5LoginList] = useState([
{ text: '科技蓝', value: 'h5_default' },
......
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