src/tabviews/custom/components/share/normalTable/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/tabviews/zshare/normalTable/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/login/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/tabviews/custom/components/share/normalTable/index.jsx
@@ -346,6 +346,10 @@ content = md5(content) } if (_href && /^https/.test(window.location.protocol)) { // https转换 _href = _href.replace(/^http:/ig, 'https:') } resProps.children = ( <div> {content && _href ? <a href={_href} target="_blank" rel="noopener noreferrer">{content}</a> : null } src/tabviews/zshare/normalTable/index.jsx
@@ -699,6 +699,10 @@ _href += '?' + _param } if (_href && /^https/.test(window.location.protocol)) { // https转换 _href = _href.replace(/^http:/ig, 'https:') } if (item.blur) { content = md5(content) } @@ -884,6 +888,10 @@ _href += '?' + _param } if (_href && /^https/.test(window.location.protocol)) { // https转换 _href = _href.replace(/^http:/ig, 'https:') } if (item.blur) { content = md5(content) } src/views/login/index.jsx
@@ -518,12 +518,13 @@ // res.indexlogo = res.indexlogo ? res.indexlogo.replace(/:8080/ig, '').replace(/http:/ig, 'https:') : '' // res.loginlogo = res.loginlogo ? res.loginlogo.replace(/:8080/ig, '').replace(/http:/ig, 'https:') : '' // if (/^https/.test(window.location.protocol)) { // https转换 // res.Banner = res.Banner ? res.Banner.replace(/http:/ig, 'https:') : '' // res.doclogo = res.doclogo ? res.doclogo.replace(/http:/ig, 'https:') : '' // res.indexlogo = res.indexlogo ? res.indexlogo.replace(/http:/ig, 'https:') : '' // res.loginlogo = res.loginlogo ? res.loginlogo.replace(/http:/ig, 'https:') : '' // } if (/^https/.test(window.location.protocol)) { // https转换 res.Banner = res.Banner ? res.Banner.replace(/^http:/ig, 'https:') : '' res.doclogo = res.doclogo ? res.doclogo.replace(/^http:/ig, 'https:') : '' res.indexlogo = res.indexlogo ? res.indexlogo.replace(/^http:/ig, 'https:') : '' res.loginlogo = res.loginlogo ? res.loginlogo.replace(/^http:/ig, 'https:') : '' res.titlelogo = res.titlelogo ? res.titlelogo.replace(/^http:/ig, 'https:') : '' } let _url = window.location.href.split('#')[0] + 'system' let systemMsg = {