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"> <div className="register-top-logo">
<img src={logo} alt="logo" /> <img src={logo} alt="logo" />
<span className="register-top-title"> <span className="register-top-title">
重庆市安全评价在线监管一件事 重庆市安全评价在线监管服务平台
</span> </span>
<span className="register-top-subtitle">安全评价机构服务系统</span> <span className="register-top-subtitle">安全评价机构服务系统</span>
</div> </div>

View File

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

View File

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