-
Status changed to merged
-
mentioned in commit f706eb49953e6264ddc73393892fc8eb9a5fbcc4
Showing
1 changed file
app.json
| ... | ... | @@ -153,6 +153,15 @@ |
| 153 | 153 | "pages/video/index" |
| 154 | 154 | ] |
| 155 | 155 | |
| 156 | +}, | |
| 157 | +{ | |
| 158 | + "root": "packageC/", | |
| 159 | + "name":"pack3", | |
| 160 | + "pages": [ | |
| 161 | + "pages/presell/list/list", | |
| 162 | + "pages/presell/cart/cart", | |
| 163 | + "pages/presell/goodsInfo/goodsInfo" | |
| 164 | + ] | |
| 156 | 165 | } |
| 157 | 166 | |
| 158 | 167 | ], |
| ... | ... | @@ -210,7 +219,6 @@ |
| 210 | 219 | } |
| 211 | 220 | ] |
| 212 | 221 | }, |
| 213 | - | |
| 214 | 222 | "debug": false, |
| 215 | 223 | "sitemapLocation": "sitemap.json", |
| 216 | 224 | "usingComponents": { | ... | ... |