|
@@ -41,7 +41,12 @@
|
|
|
"target/index",
|
|
|
"target/person",
|
|
|
"target/project",
|
|
|
- "target/addProject"
|
|
|
+ "target/addProject",
|
|
|
+ "setclient/index",
|
|
|
+ "setclient/detail",
|
|
|
+ "setclient/addAndEditor",
|
|
|
+ "setclient/modules/address/add/index",
|
|
|
+ "setclient/modules/contacts/add/index"
|
|
|
]
|
|
|
}
|
|
|
],
|
|
@@ -54,6 +59,14 @@
|
|
|
}
|
|
|
},
|
|
|
"usingComponents": {
|
|
|
+ "Yl_field": "/components/Yl_field/index",
|
|
|
+ "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
|
|
|
+ "Yl_ReportForms": "/components/Yl_ReportForms/index",
|
|
|
+ "Yl_Headline": "/components/Yl_Headline/index",
|
|
|
+ "Yl_FunTabs": "/components/Yl_FunTabs/index",
|
|
|
+ "Yl_Detail": "/components/Yl_Detail/index",
|
|
|
+ "Yl_nav": "/components/Yl_nav/index",
|
|
|
+ "Yl_filtrate": "/components/Yl_filtrate/index",
|
|
|
"My_card": "/components/My_card/index",
|
|
|
"My_switch": "/components/My_switch/index",
|
|
|
"My_empty": "/components/My_empty/index",
|
|
@@ -72,7 +85,9 @@
|
|
|
"van-toast": "@vant/weapp/toast/index",
|
|
|
"van-cell": "@vant/weapp/cell/index",
|
|
|
"van-action-sheet": "@vant/weapp/action-sheet/index",
|
|
|
- "van-popup": "@vant/weapp/popup/index"
|
|
|
+ "van-popup": "@vant/weapp/popup/index",
|
|
|
+ "van-checkbox": "@vant/weapp/checkbox/index",
|
|
|
+ "van-checkbox-group": "@vant/weapp/checkbox-group/index"
|
|
|
},
|
|
|
"tabBar": {
|
|
|
"custom": true,
|