修改1.07首页子目录跳转后回来没有固定位置的问题

This commit is contained in:
liuyuan
2025-01-08 15:46:54 +08:00
parent d46a4e6b66
commit c043408e68
4 changed files with 31 additions and 32 deletions

View File

@@ -778,12 +778,6 @@
"selectedIconPath": "static/tab/icon1_y.png",
"text": "首页"
},
// {
// "pagePath": "pages/peanut/shopping",
// "iconPath": "static/tab/tab_nor_02.png",
// "selectedIconPath": "static/tab/tab_cur_02.png",
// "text": "购物车"
// },
{
"pagePath": "pages/bookShop/orderList",
"iconPath": "static/tab/order.png",
@@ -803,15 +797,5 @@
"text": "我的"
}
]
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数在页面的onLoad函数里面得到
}
]
}
}