@titaui/pc 1.9.56 → 1.9.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -120,7 +120,7 @@ var PageLayout = function PageLayout(props) {
|
|
|
120
120
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
121
121
|
className: (0, _classnames["default"])("".concat(preCls, "__header"))
|
|
122
122
|
}, topCardVisible ? /*#__PURE__*/_react["default"].createElement(_topGlobalPrompt["default"], {
|
|
123
|
-
text: '为了给您带来安全与稳定的体验,我们将于1.21 23:00- 1.22 23:59进行停服升级,请您提前安排好工作!',
|
|
123
|
+
text: '为了给您带来安全与稳定的体验,我们将于 1.21 23:00 - 1.22 23:59 进行停服升级,请您提前安排好工作!',
|
|
124
124
|
link: 'https://wiki.tita.com/x/RICeAQ',
|
|
125
125
|
setTopCardVisible: setTopCardVisible
|
|
126
126
|
}) : null, (0, _helpers.getTenantInfo)().Source == 964 ? /*#__PURE__*/_react["default"].createElement(_hrHeader["default"], null) : /*#__PURE__*/_react["default"].createElement(_navTop["default"], null)), /*#__PURE__*/_react["default"].createElement("div", {
|
package/package.json
CHANGED
|
@@ -77,7 +77,7 @@ const PageLayout = (props) => {
|
|
|
77
77
|
return (
|
|
78
78
|
<div className={classNames(preCls)}>
|
|
79
79
|
<div className={classNames(`${preCls}__header`)} >
|
|
80
|
-
{topCardVisible?<TopGlobalCard text={'为了给您带来安全与稳定的体验,我们将于1.21 23:00- 1.22 23:59进行停服升级,请您提前安排好工作!'} link={'https://wiki.tita.com/x/RICeAQ'} setTopCardVisible={setTopCardVisible} />:null}
|
|
80
|
+
{topCardVisible?<TopGlobalCard text={'为了给您带来安全与稳定的体验,我们将于 1.21 23:00 - 1.22 23:59 进行停服升级,请您提前安排好工作!'} link={'https://wiki.tita.com/x/RICeAQ'} setTopCardVisible={setTopCardVisible} />:null}
|
|
81
81
|
{getTenantInfo().Source == 964 ? <HrHeader /> : <NavTop />}
|
|
82
82
|
</div>
|
|
83
83
|
<div className={classNames(`${preCls}__message`)}>
|