From e9c48bd7356462ba9257540b130a47a65ad1861d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 八月 2021 17:17:11 +0800 Subject: [PATCH] 2021-08-26 --- src/views/appmanage/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/appmanage/index.jsx b/src/views/appmanage/index.jsx index c238f65..8deb437 100644 --- a/src/views/appmanage/index.jsx +++ b/src/views/appmanage/index.jsx @@ -334,6 +334,8 @@ } else if (res.VType === 'role') { param.VType = 'mob_roletree' param.upid = md5(window.GLOB.appkey + kei_no + kei_no_detail + lang) + } else if (res.VType === 'app') { + param.VType = 'Vkei' } Api.getCloudConfig(param).then(result => { @@ -1057,7 +1059,7 @@ <Col span={12}> <div className="app-item"> <div className="label">缃戠珯鍥炬爣:</div> - <div className="content">{item.favicon ? <img style={{width: '30px', height: '30px'}} src={item.favicon} alt="" /> : '鏃�'}</div> + <div className="content">{item.favicon ? <img style={{width: '18px', height: '18px'}} src={item.favicon} alt="" /> : '鏃�'}</div> </div> </Col> </Row> -- Gitblit v1.8.0