Commit 7b32e98b authored by 涂伟's avatar 涂伟

fix: '移动端应用配置优化'

parent 984b5b67
Pipeline #88043 waiting for manual action with stages
......@@ -14,7 +14,7 @@ const PictureWallProvider = props => {
const [imgBed, setImgBed] = useState([]);
const update = () =>
getImageBases('icon,androidMenu,menuNew,logo,CityTemp,bootAnimation,loginPageImage,homePageImage')
getImageBases('icon,androidMenu,menuNew,logo,CityTemp,bootAnimation,loginPageImage,homePageImage,userPageImage')
.then(res => {
if (res.code === 0) {
const { data } = res;
......
......@@ -34,7 +34,7 @@ const tabNames: any = {
loginPageImage: '登录页',
homePageImage: '主页焦点图',
userPageImage: '背景图',
bootAnimation: '过渡页',
bootAnimation: '启动过渡页',
}
function getBase64(file: File | Blob) {
......
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