Commit f706eb49953e6264ddc73393892fc8eb9a5fbcc4
Merge branch 'dev' into 'test'
app.json修改 See merge request !767
Showing
1 changed file
with
9 additions
and
1 deletions
app.json
@@ -153,6 +153,15 @@ | @@ -153,6 +153,15 @@ | ||
153 | "pages/video/index" | 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,7 +219,6 @@ | ||
210 | } | 219 | } |
211 | ] | 220 | ] |
212 | }, | 221 | }, |
213 | - | ||
214 | "debug": false, | 222 | "debug": false, |
215 | "sitemapLocation": "sitemap.json", | 223 | "sitemapLocation": "sitemap.json", |
216 | "usingComponents": { | 224 | "usingComponents": { |