Commit 4c88ff658f2242fc248b719d170fef6865143324

Authored by WXD-SEASON\season
1 parent e44bd4ef

app.json修改

Showing 1 changed file with 9 additions and 1 deletions
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": {
... ...