Commit e2e52d8fa57a3cafefc7304d263384337bc8696e

Authored by taiyuan
1 parent 085ffd13

更新app.js、app.json

Showing 2 changed files with 4 additions and 4 deletions
... ... @@ -20,7 +20,7 @@ App({
20 20 "src_sele": t.imghost+"/miniapp/images/bar/fl_on.png"
21 21 },
22 22 {
23   - "weappurl": "packageA/pages/distribution/main/main",
  23 + "weappurl": "pages/distribution/distribution",
24 24 "nav_name": "分销",
25 25 "src": t.imghost+"/miniapp/images/bar/fx.png",
26 26 "src_sele": t.imghost+"/miniapp/images/bar/fx_on.png"
... ... @@ -369,7 +369,7 @@ App({
369 369 "/pages/goods/categoryList/categoryList?type=2",
370 370 "/pages/goods/categoryList/categoryList?type=1",
371 371 "/pages/cart/cart/cart","/pages/user/index/index",
372   - "/packageA/pages/distribution/main/main"];
  372 + "/pages/distribution/distribution"];
373 373 if(arr_tabbar.indexOf(url)!=-1){
374 374 if(url.indexOf("categoryList?type=1")!=-1) this.globalData.cat_type=1;
375 375 if(url.indexOf("categoryList?type=2")!=-1) this.globalData.cat_type=2;
... ...
app.json
... ... @@ -93,7 +93,7 @@
93 93 "pages/user/deposit/deposit",
94 94 "pages/user/deposit/prepaid/msg/msg",
95 95 "pages/user/deposit/prepaid/prepaid",
96   - "pages/temp/temp"
  96 + "pages/distribution/distribution"
97 97 ],
98 98 "plugins": {
99 99 "live-player-plugin": {
... ... @@ -172,7 +172,7 @@
172 172 "selectedIconPath": "packageA/images/bar/fl_on.png"
173 173 },
174 174 {
175   - "pagePath": "packageA/pages/distribution/main/main",
  175 + "pagePath": "pages/distribution/distribution",
176 176 "text": "分销",
177 177 "iconPath": "packageA/images/bar/fx.png",
178 178 "selectedIconPath": "packageA/images/bar/fx_on.png"
... ...