Commit 3e896e8e by 程默

f

parent 4ddd37da
...@@ -174,13 +174,6 @@ Component({ ...@@ -174,13 +174,6 @@ Component({
wx.switchTab({ wx.switchTab({
url: "/pages/home/main" url: "/pages/home/main"
}); });
} else {
wx.switchTab({
url: `/pages/tabBar${index}/main`
});
// ?from=tabbar&backpath=${
// data.link
// }
} }
} }
} }
......
...@@ -8,10 +8,6 @@ ...@@ -8,10 +8,6 @@
"pages/address/main", "pages/address/main",
"pages/contact/main", "pages/contact/main",
"pages/officialAccount/main", "pages/officialAccount/main",
"pages/tabBar1/main",
"pages/tabBar2/main",
"pages/tabBar3/main",
"pages/tabBar4/main",
"pages/changeAdr/main" "pages/changeAdr/main"
], ],
"tabBar": { "tabBar": {
...@@ -23,18 +19,6 @@ ...@@ -23,18 +19,6 @@
"list": [ "list": [
{ {
"pagePath": "pages/home/main" "pagePath": "pages/home/main"
},
{
"pagePath": "pages/tabBar1/main"
},
{
"pagePath": "pages/tabBar2/main"
},
{
"pagePath": "pages/tabBar3/main"
},
{
"pagePath": "pages/tabBar4/main"
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment