system-clients 3.2.1-34-ycapply-1 → 3.2.1-34-6

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.
@@ -0,0 +1,5 @@
1
+ // 分公司特殊组件页面注册
2
+
3
+ exports.specialComp = {
4
+ 'home-page': (resolve) => require(['./Main'], resolve)
5
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "enable" : true,
3
+ "daiban": [
4
+ {
5
+ "title":"超期未安检通知",
6
+ "url": "/rs/sql/UpcomingSafecheckdata",
7
+ "data": {},
8
+ "text": "\t `到期未下发小区为:${item.f_residential_area},未检户数为:${item.user_count}` \t",
9
+ "enable": true
10
+ }
11
+ ]
12
+ }