|
@@ -1,111 +1,116 @@
|
|
|
{
|
|
|
- "pages": [
|
|
|
- "pages/login/phone",
|
|
|
- "pages/login/selectSite",
|
|
|
- "pages/login/retrievePassword",
|
|
|
- "pages/home/index",
|
|
|
- "pages/base/index",
|
|
|
- "pages/tabbar/home/index",
|
|
|
- "pages/tabbar/mine/index",
|
|
|
- "pages/tabbar/message/index",
|
|
|
- "pages/tabbar/mine/userMsg/index",
|
|
|
- "pages/tabbar/message/details",
|
|
|
- "pages/tabbar/mine/changePassword/index",
|
|
|
- "pages/teams/index",
|
|
|
- "pages/teams/addUsers",
|
|
|
- "pages/teams/addRole"
|
|
|
- ],
|
|
|
- "subpackages": [
|
|
|
- {
|
|
|
- "root": "packageA",
|
|
|
- "pages": [
|
|
|
- "market/index",
|
|
|
- "market/detail",
|
|
|
- "shopping/index",
|
|
|
- "orderForm/index",
|
|
|
- "orderForm/detail",
|
|
|
- "orderForm/add/add",
|
|
|
- "orderForm/modules/setBrand/index"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "select",
|
|
|
- "pages": [
|
|
|
- "product/index",
|
|
|
- "agent/index",
|
|
|
- "address/index",
|
|
|
- "finance/index",
|
|
|
- "contract/index"
|
|
|
- ]
|
|
|
- }
|
|
|
- ],
|
|
|
- "preloadRule": {
|
|
|
- "pages/home/index": {
|
|
|
- "packages": [
|
|
|
- "packageA",
|
|
|
- "select"
|
|
|
- ],
|
|
|
- "network": "all"
|
|
|
- },
|
|
|
- "pages/tabbar/home/index": {
|
|
|
- "packages": [
|
|
|
- "packageA",
|
|
|
- "select"
|
|
|
- ],
|
|
|
- "network": "all"
|
|
|
- },
|
|
|
- "pages/login/phone": {
|
|
|
- "packages": [
|
|
|
- "packageA",
|
|
|
- "select"
|
|
|
- ],
|
|
|
- "network": "all"
|
|
|
- }
|
|
|
- },
|
|
|
- "usingComponents": {
|
|
|
- "Yl_Empty": "/components/Yl_Empty/index",
|
|
|
- "Yl_Filtrate": "/components/Yl_Filtrate/index",
|
|
|
- "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
|
|
|
- "Yl_FunTabs": "/components/Yl_FunTabs/index",
|
|
|
- "Yl_HeadNav": "/components/Yl_HeadNav/index",
|
|
|
- "Yl_ListBox": "/components/Yl_ListBox/index",
|
|
|
- "Yl_Tabbar": "/components/Yl_Tabbar/index",
|
|
|
- "Yl_Field": "/components/Yl_Field/index",
|
|
|
- "van-button": "@vant/weapp/button/index",
|
|
|
- "van-cell": "@vant/weapp/cell/index",
|
|
|
- "van-action-sheet": "@vant/weapp/action-sheet/index",
|
|
|
- "van-popup": "@vant/weapp/popup/index",
|
|
|
- "van-checkbox": "@vant/weapp/checkbox/index",
|
|
|
- "van-checkbox-group": "@vant/weapp/checkbox-group/index",
|
|
|
- "van-image": "@vant/weapp/image/index",
|
|
|
- "van-loading": "@vant/weapp/loading/index",
|
|
|
- "van-icon": "@vant/weapp/icon/index",
|
|
|
- "van-tab": "@vant/weapp/tab/index",
|
|
|
- "van-tabs": "@vant/weapp/tabs/index",
|
|
|
- "van-search": "@vant/weapp/search/index"
|
|
|
- },
|
|
|
- "tabBar": {
|
|
|
- "custom": true,
|
|
|
- "color": "#000000",
|
|
|
- "selectedColor": "#000000",
|
|
|
- "backgroundColor": "#000000",
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "pagePath": "pages/tabbar/home/index"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/tabbar/message/index"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/tabbar/mine/index"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "window": {
|
|
|
- "backgroundTextStyle": "light",
|
|
|
- "navigationBarBackgroundColor": "#085CDF",
|
|
|
- "navigationBarTitleText": "E-订单",
|
|
|
- "navigationBarTextStyle": "white"
|
|
|
- },
|
|
|
- "sitemapLocation": "sitemap.json"
|
|
|
+ "pages": [
|
|
|
+ "pages/login/phone",
|
|
|
+ "pages/login/selectSite",
|
|
|
+ "pages/login/retrievePassword",
|
|
|
+ "pages/home/index",
|
|
|
+ "pages/base/index",
|
|
|
+ "pages/tabbar/home/index",
|
|
|
+ "pages/tabbar/mine/index",
|
|
|
+ "pages/tabbar/message/index",
|
|
|
+ "pages/tabbar/mine/userMsg/index",
|
|
|
+ "pages/tabbar/message/details",
|
|
|
+ "pages/tabbar/mine/changePassword/index",
|
|
|
+ "pages/teams/index",
|
|
|
+ "pages/teams/addUsers",
|
|
|
+ "pages/teams/addRole"
|
|
|
+ ],
|
|
|
+ "subpackages": [
|
|
|
+ {
|
|
|
+ "root": "packageA",
|
|
|
+ "pages": [
|
|
|
+ "market/index",
|
|
|
+ "market/detail",
|
|
|
+ "shopping/index",
|
|
|
+ "orderForm/index",
|
|
|
+ "orderForm/detail",
|
|
|
+ "orderForm/add/add",
|
|
|
+ "orderForm/modules/setBrand/index",
|
|
|
+ "shipment/index",
|
|
|
+ "shipment/detail",
|
|
|
+ "target/index",
|
|
|
+ "target/person",
|
|
|
+ "account/index"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "select",
|
|
|
+ "pages": [
|
|
|
+ "product/index",
|
|
|
+ "agent/index",
|
|
|
+ "address/index",
|
|
|
+ "finance/index",
|
|
|
+ "contract/index"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "preloadRule": {
|
|
|
+ "pages/home/index": {
|
|
|
+ "packages": [
|
|
|
+ "packageA",
|
|
|
+ "select"
|
|
|
+ ],
|
|
|
+ "network": "all"
|
|
|
+ },
|
|
|
+ "pages/tabbar/home/index": {
|
|
|
+ "packages": [
|
|
|
+ "packageA",
|
|
|
+ "select"
|
|
|
+ ],
|
|
|
+ "network": "all"
|
|
|
+ },
|
|
|
+ "pages/login/phone": {
|
|
|
+ "packages": [
|
|
|
+ "packageA",
|
|
|
+ "select"
|
|
|
+ ],
|
|
|
+ "network": "all"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "usingComponents": {
|
|
|
+ "Yl_Empty": "/components/Yl_Empty/index",
|
|
|
+ "Yl_Filtrate": "/components/Yl_Filtrate/index",
|
|
|
+ "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
|
|
|
+ "Yl_FunTabs": "/components/Yl_FunTabs/index",
|
|
|
+ "Yl_HeadNav": "/components/Yl_HeadNav/index",
|
|
|
+ "Yl_ListBox": "/components/Yl_ListBox/index",
|
|
|
+ "Yl_Tabbar": "/components/Yl_Tabbar/index",
|
|
|
+ "Yl_Field": "/components/Yl_Field/index",
|
|
|
+ "van-button": "@vant/weapp/button/index",
|
|
|
+ "van-cell": "@vant/weapp/cell/index",
|
|
|
+ "van-action-sheet": "@vant/weapp/action-sheet/index",
|
|
|
+ "van-popup": "@vant/weapp/popup/index",
|
|
|
+ "van-checkbox": "@vant/weapp/checkbox/index",
|
|
|
+ "van-checkbox-group": "@vant/weapp/checkbox-group/index",
|
|
|
+ "van-image": "@vant/weapp/image/index",
|
|
|
+ "van-loading": "@vant/weapp/loading/index",
|
|
|
+ "van-icon": "@vant/weapp/icon/index",
|
|
|
+ "van-tab": "@vant/weapp/tab/index",
|
|
|
+ "van-tabs": "@vant/weapp/tabs/index",
|
|
|
+ "van-search": "@vant/weapp/search/index"
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "custom": true,
|
|
|
+ "color": "#000000",
|
|
|
+ "selectedColor": "#000000",
|
|
|
+ "backgroundColor": "#000000",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/tabbar/home/index"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/tabbar/message/index"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/tabbar/mine/index"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "window": {
|
|
|
+ "backgroundTextStyle": "light",
|
|
|
+ "navigationBarBackgroundColor": "#085CDF",
|
|
|
+ "navigationBarTitleText": "E-订单",
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
+ },
|
|
|
+ "sitemapLocation": "sitemap.json"
|
|
|
}
|