Commit 0e561573208b3787205ef11ab5234348716acbcc
1 parent
abce7b66
移包
Showing
1 changed file
with
4 additions
and
2 deletions
app.json
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | "pages/index/index/index", |
| 4 | 4 | "pages/goods/categoryList/categoryList", |
| 5 | 5 | "pages/cart/cart/cart", |
| 6 | - "pages/cart/cart2/cart2", | |
| 6 | + | |
| 7 | 7 | "pages/cart/cart4/cart4", |
| 8 | 8 | "pages/goods/goodsInfo/goodsInfo", |
| 9 | 9 | "pages/goods/goodsList/goodsList", |
| ... | ... | @@ -200,6 +200,7 @@ |
| 200 | 200 | |
| 201 | 201 | "pages/shop/order_detail/order_detail", |
| 202 | 202 | "pages/error/error" |
| 203 | + | |
| 203 | 204 | ] |
| 204 | 205 | }, |
| 205 | 206 | { |
| ... | ... | @@ -214,7 +215,8 @@ |
| 214 | 215 | "pages/user/slimming/slimming", |
| 215 | 216 | "pages/user/punchInhistory/punchInhistory", |
| 216 | 217 | "pages/user/grow_value/grow_value", |
| 217 | - "pages/user/labels/labels" | |
| 218 | + "pages/user/labels/labels", | |
| 219 | + "pages/cart/cart2/cart2" | |
| 218 | 220 | ] |
| 219 | 221 | } |
| 220 | 222 | ... | ... |