| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
 | | { |  |   "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", |  |   "componentName" : "siteforce:dynamicLayout", |  |   "dataProviders" : [ ], |  |   "id" : "0b3166bc-2eec-43fa-8adf-532f629e9392", |  |   "label" : "Home_Flexible", |  |   "regions" : [ { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "background" : "background: rgba(0,0,0,0)", |  |         "backgroundOverlay" : "rgba(0,0,0,0.5)", |  |         "contentAreaWidth" : 100, |  |         "sectionConfig" : { |  |           "UUID" : "8ae08b67-88c4-492b-98a8-924b20bb1544", |  |           "columns" : [ { |  |             "UUID" : "10b668a2-336e-4764-b5b8-303f9939b7e3", |  |             "columnKey" : "1", |  |             "columnName" : "Column 1", |  |             "columnWidth" : "12", |  |             "seedComponents" : [ ] |  |           } ] |  |         }, |  |         "sectionHeight" : 300 |  |       }, |  |       "componentName" : "forceCommunity:section", |  |       "id" : "8ae08b67-88c4-492b-98a8-924b20bb1544", |  |       "regions" : [ { |  |         "components" : [ { |  |           "componentAttributes" : { |  |             "richTextValue" : "<p style=\"text-align: center;\"><span style=\"font-size: 48px; font-family: sans-serif; color: rgb(0, 71, 178);\">欢迎登录消耗品追溯系统</span></p>" |  |           }, |  |           "componentName" : "forceCommunity:richTextInline", |  |           "id" : "d14e9b8c-a3d9-40cb-8ad0-5161fe285a74", |  |           "renderPriority" : "NEUTRAL", |  |           "renditionMap" : { }, |  |           "type" : "component" |  |         }, { |  |           "componentAttributes" : { }, |  |           "componentName" : "c:lexLicenceReminder", |  |           "id" : "e0232bc3-f6c4-4671-b26e-160b3d73a0a4", |  |           "renderPriority" : "NEUTRAL", |  |           "renditionMap" : { }, |  |           "type" : "component" |  |         }, { |  |           "componentAttributes" : { |  |             "height" : "800", |  |             "recordId" : "01Z6D000000EyGYUA0" |  |           }, |  |           "componentName" : "forceCommunity:dashboard", |  |           "id" : "e0024c07-3f6e-4822-9079-47ad41f4c3a8", |  |           "renderPriority" : "NEUTRAL", |  |           "renditionMap" : { }, |  |           "type" : "component" |  |         } ], |  |         "id" : "10b668a2-336e-4764-b5b8-303f9939b7e3", |  |         "regionLabel" : "Column 1", |  |         "regionName" : "1", |  |         "renditionMap" : { }, |  |         "type" : "region" |  |       } ], |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "1bac6fb4-0163-4896-8cd7-85b1f34df29f", |  |     "regionName" : "content", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "customHeadTags" : "", |  |         "description" : "", |  |         "title" : "消耗品管理系统" |  |       }, |  |       "componentName" : "forceCommunity:seoAssistant", |  |       "id" : "84e91754-c40d-4c64-a0e4-9bfae8320536", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "1c72742c-4f76-41b6-b8f2-7582c4245d05", |  |     "regionName" : "sfdcHiddenRegion", |  |     "type" : "region" |  |   } ], |  |   "themeLayoutType" : "Inner", |  |   "type" : "view", |  |   "viewType" : "home" |  | } | 
 |