Commit d4bfdb79 authored by 徐乐's avatar 徐乐

feat: 修改

parent 67191f56
......@@ -226,7 +226,7 @@ const renderSite = ({ data, config, loading, setLoading, action, actionRef, setM
</>
);
};
//切换集成站点
const checkIntegration = (val, loginAction, props) => {
if (val.subType == '外链') {
window.open(val.url, "_blank");
......
......@@ -120,7 +120,7 @@ const Integration = props => {
<section className={classNames(styles.bootPageSection, 'animate__fadeInDown', 'animate__animated', 'duration-500ms')} >
<ul className={classNames(styles.bootPageUl, 'animate__animated')}
style={{ transform: `scale(${scale})`, left: '300px', bottom: '105px', opacity: 1, width: num === 5 ? 960 : num === 9 || num === 10 ? 1600 : 1280, }} >
{dataList.map(item => (
{dataList.length > 1 ? dataList.map(item => (
<li className={styles.bootPageLi} key={item.name} onClick={event => handlePage(item, loginAction)} >
<div className={styles.bootPageList}>
<div className={styles.listMain}>
......@@ -146,7 +146,7 @@ const Integration = props => {
)}
</li>
),
)}
) : ''}
</ul>
</section>
</div>
......
......@@ -434,6 +434,7 @@ class Login {
hideFeedback,
// mapsettings: config.mapsettings
});
self.updateConfig && self.updateConfig(self.globalConfig);
self.getProjectItems().then(res => {
window.subSysCfg = {};
self.globalConfig = Object.assign(self.globalConfig, {
......@@ -1002,7 +1003,6 @@ class Login {
path: '/',
});
self.globalConfig.Industry = industry;
self.globalConfig.bannerLogo = 'ceshi';
self.updateConfig && self.updateConfig(self.globalConfig);
const loginSite = {};
loginSite[token] = response.site;
......
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