dev-tmp1
tangjie 2026-08-14 15:27:40 +08:00
parent 2755746b37
commit d4f60e6414
3 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ function Register(props) {
<div className="register-top-logo">
<img src={logo} alt="logo" />
<span className="register-top-title">
重庆市安全评价在线监管一件事
重庆市安全评价在线监管服务平台
</span>
<span className="register-top-subtitle">安全评价机构服务系统</span>
</div>

View File

@ -49,7 +49,7 @@ function formatNow(date = new Date()) {
// 所有数据的真实空值初始结构(无 mock接口无数据时展示 0 / 空)
function buildInitialState() {
return {
title: '重庆市安全评价在线监管一件事',
title: '重庆市安全评价在线监管服务平台',
currentTime: formatNow(),
lifecycleStats: {
newFilingOrgCount: 0,

View File

@ -1,5 +1,5 @@
export const cockpitMockData = {
title: '重庆市安全评价在线监管一件事',
title: '重庆市安全评价在线监管服务平台',
currentTime: '2025年05月23日 12:30:30',
lifecycleStats: [
{ label: '本年新增备案机构数', value: 450 },