| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- {
- "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": "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"
- }, {
- "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": "storeQRCode/index"
- }]
- }, {
- "root": "cloud",
- "pages": [{
- "path": "globalSearch/index"
- }, {
- "path": "businessCard/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "businessCard/share"
- }, {
- "path": "mySubscription/index"
- }, {
- "path": "subscriptionList/index"
- }, {
- "path": "winningNews/index"
- }, {
- "path": "contacts/index"
- }, {
- "path": "commodityAdjustment/index"
- }, {
- "path": "commodityAdjustment/detail"
- }]
- }, {
- "root": "team",
- "pages": [{
- "path": "team/index"
- }, {
- "path": "team/getInvite"
- }, {
- "path": "team/InviteUser",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "userCenter/personal"
- }]
- }],
- "preloadRule": {
- "pages/index/index": {
- "network": "all",
- "packages": ["packageCase", "packageA", "store", "cloud", "team"]
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "营销工具",
- "navigationBarBackgroundColor": "#FFF",
- "backgroundColor": "#F8F8F8"
- },
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "uniIdRouter": {}
- }
|