Merged
Merge Request #767 · created by 后端研发-苏明海


app.json修改


From dev into test

Merged by 后端研发-苏明海

1 participants

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": {