123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- {
- "pages": [{
- "path": "pages/index/index"
- }, {
- "path": "pages/picture/index"
- }],
- "subPackages": [{
- "root": "packageA",
- "pages": [{
- "path": "affiche/index"
- }, {
- "path": "affiche/detail"
- }, {
- "path": "course/index"
- }, {
- "path": "course/list"
- }, {
- "path": "course/detail"
- }, {
- "path": "exam/index"
- }, {
- "path": "exam/detail"
- }, {
- "path": "exam/result"
- }, {
- "path": "dailyYttendance/index"
- }, {
- "path": "dailyYttendance/makePoster"
- }, {
- "path": "advertising/shareable"
- }, {
- "path": "advertising/unshareable"
- }, {
- "path": "resourceLibrary/index"
- }, {
- "path": "resourceLibrary/detail"
- }, {
- "path": "resourceLibrary/picture"
- }, {
- "path": "webView/webView"
- }, {
- "path": "fullView/detail",
- "style": {
- "onReachBottonDistance": 300
- }
- }, {
- "path": "fullView/upload"
- }, {
- "path": "shop/history"
- }]
- }, {
- "root": "packageCase",
- "pages": [{
- "path": "imgs/detail"
- }, {
- "path": "product/detail"
- }, {
- "path": "electricAppliances/index"
- }]
- }, {
- "root": "store",
- "pages": [{
- "path": "product/detail"
- }, {
- "path": "deliveryAddress/index"
- }, {
- "path": "deliveryAddress/insert"
- }, {
- "path": "orderForm/index"
- }, {
- "path": "orderForm/detail"
- }, {
- "path": "orderForm/insert"
- }, {
- "path": "budget/changePrice"
- }, {
- "path": "budget/result"
- }, {
- "path": "storeQRCode/index"
- }, {
- "path": "insert/store"
- }, {
- "path": "insert/member"
- }, {
- "path": "center/detail"
- }, {
- "path": "lottery/shareable"
- }, {
- "path": "lottery/unshareable"
- }]
- }, {
- "root": "cloud",
- "pages": [{
- "path": "globalSearch/index"
- }, {
- "path": "businessCard/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "businessCard/share"
- }, {
- "path": "businessCard/edit"
- }, {
- "path": "mySubscription/index"
- }, {
- "path": "subscriptionList/index"
- }, {
- "path": "winningNews/index"
- }, {
- "path": "winningNews/detail"
- }, {
- "path": "contacts/index"
- }, {
- "path": "commodityAdjustment/index"
- }, {
- "path": "commodityAdjustment/detail"
- }, {
- "path": "collect/mylist"
- }, {
- "path": "feedback/index"
- }, {
- "path": "feedback/detail",
- "style": {
- "onReachBottonDistance": 300
- }
- }, {
- "path": "feedback/insert"
- }, {
- "path": "serviceAdmin/redskinsServiceAdmin"
- }, {
- "path": "designReality/index"
- }]
- }, {
- "root": "team",
- "pages": [{
- "path": "team/index"
- }, {
- "path": "team/getInvite"
- }, {
- "path": "team/InviteUser",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "userCenter/personal"
- }, {
- "path": "userCenter/wechatbind"
- }, {
- "path": "userCenter/insert"
- }, {
- "path": "userCenter/selectUser"
- }, {
- "path": "agency/detail"
- }, {
- "path": "agency/check"
- }]
- }, {
- "root": "select",
- "pages": [{
- "path": "store/store"
- }, {
- "path": "place/index"
- }, {
- "path": "roleid/roleid"
- }]
- }],
- "preloadRule": {
- "pages/index/index": {
- "network": "all",
- "packages": ["packageCase", "packageA", "store", "cloud", "team", "select"]
- },
- "store/insert/store": {
- "network": "all",
- "packages": ["team", "select"]
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "营销工具",
- "navigationBarBackgroundColor": "#FFF",
- "backgroundColor": "#F8F8F8"
- },
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "uniIdRouter": {}
- }
|