forked from gxwebsoft/mp-10550
删除无用代码
This commit is contained in:
@@ -4,7 +4,7 @@ export default defineAppConfig({
|
||||
'pages/order/order',
|
||||
'pages/kefu/kefu',
|
||||
'pages/user/user',
|
||||
'pages/find/find'
|
||||
// 'pages/find/find'
|
||||
],
|
||||
"subpackages": [
|
||||
{
|
||||
@@ -37,29 +37,14 @@ export default defineAppConfig({
|
||||
"userVerify/index"
|
||||
]
|
||||
},
|
||||
// {
|
||||
// "root": "hjm",
|
||||
// "pages": [
|
||||
// "list",
|
||||
// "location",
|
||||
// "query",
|
||||
// "fence",
|
||||
// "video/video",
|
||||
// "exam/exam",
|
||||
// "bx/bx",
|
||||
// "bx/bx-add",
|
||||
// "trajectory/trajectory",
|
||||
// "gps-log/gps-log"
|
||||
// // "bx/bx-list",
|
||||
// // "question/detail"
|
||||
// ]
|
||||
// }
|
||||
// {
|
||||
// "root": "shop",
|
||||
// "pages": [
|
||||
//
|
||||
// ]
|
||||
// }
|
||||
{
|
||||
"root": "shop",
|
||||
"pages": [
|
||||
'orderDetail/index',
|
||||
'goodsDetail/index',
|
||||
'orderConfirm/index',
|
||||
]
|
||||
}
|
||||
],
|
||||
window: {
|
||||
backgroundTextStyle: 'dark',
|
||||
@@ -79,12 +64,12 @@ export default defineAppConfig({
|
||||
selectedIconPath: "assets/tabbar/home-active.png",
|
||||
text: "首页",
|
||||
},
|
||||
{
|
||||
pagePath: "pages/find/find",
|
||||
iconPath: "assets/tabbar/find.png",
|
||||
selectedIconPath: "assets/tabbar/find-active.png",
|
||||
text: "发现",
|
||||
},
|
||||
// {
|
||||
// pagePath: "pages/find/find",
|
||||
// iconPath: "assets/tabbar/find.png",
|
||||
// selectedIconPath: "assets/tabbar/find-active.png",
|
||||
// text: "发现",
|
||||
// },
|
||||
{
|
||||
pagePath: "pages/order/order",
|
||||
iconPath: "assets/tabbar/order.png",
|
||||
|
||||
Reference in New Issue
Block a user