Commit 54eebd99a64f5fdc951722103907444adef312dd
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into test
Showing
1 changed file
with
14 additions
and
7 deletions
app.json
| @@ -60,8 +60,7 @@ | @@ -60,8 +60,7 @@ | ||
| 60 | "pages/user/assistance/friend_assistance", | 60 | "pages/user/assistance/friend_assistance", |
| 61 | "pages/user/assistance/assistance_success", | 61 | "pages/user/assistance/assistance_success", |
| 62 | "pages/user/assistance/assistance", | 62 | "pages/user/assistance/assistance", |
| 63 | - "pages/store/index", | ||
| 64 | - "pages/cart/cart2_inte/cart2_inte", | 63 | + "pages/store/index", |
| 65 | "pages/giftpack/festival/festival", | 64 | "pages/giftpack/festival/festival", |
| 66 | "pages/team/team_more/team_more", | 65 | "pages/team/team_more/team_more", |
| 67 | 66 | ||
| @@ -121,9 +120,7 @@ | @@ -121,9 +120,7 @@ | ||
| 121 | "pages/serviceCard_pd/team_show/team_show", | 120 | "pages/serviceCard_pd/team_show/team_show", |
| 122 | "pages/serviceCard_pd/cart/cart", | 121 | "pages/serviceCard_pd/cart/cart", |
| 123 | "pages/serviceCard_pd/team_success/team_success" | 122 | "pages/serviceCard_pd/team_success/team_success" |
| 124 | - ], | ||
| 125 | - | ||
| 126 | - "plugins":{"live-player-plugin":{"version":"1.3.5","provider":"wx2b03c6e691cd7370"}} | 123 | + ] |
| 127 | }, | 124 | }, |
| 128 | { | 125 | { |
| 129 | "root": "packageB/", | 126 | "root": "packageB/", |
| @@ -226,9 +223,19 @@ | @@ -226,9 +223,19 @@ | ||
| 226 | "pages/user/monthgiftbag/monthgiftbag", | 223 | "pages/user/monthgiftbag/monthgiftbag", |
| 227 | "pages/user/monthgiftbag/giftpacklist/giftpacklist", | 224 | "pages/user/monthgiftbag/giftpacklist/giftpacklist", |
| 228 | "pages/user/monthgiftbag/giftpackinfo/giftpackinfo", | 225 | "pages/user/monthgiftbag/giftpackinfo/giftpackinfo", |
| 229 | - "pages/user/monthgiftbag/giftpackbuy/giftpackbuy" | 226 | + "pages/user/monthgiftbag/giftpackbuy/giftpackbuy", |
| 227 | + "pages/cart/cart2_inte/cart2_inte" | ||
| 228 | + | ||
| 230 | ] | 229 | ] |
| 231 | - } | 230 | + }, |
| 231 | + { | ||
| 232 | + "root": "packageF/", | ||
| 233 | + "name": "pack6", | ||
| 234 | + "pages": [ | ||
| 235 | + "pages/wuliu/wuliu" | ||
| 236 | + ] | ||
| 237 | + | ||
| 238 | + } | ||
| 232 | 239 | ||
| 233 | ], | 240 | ], |
| 234 | 241 |