删除无用代码

This commit is contained in:
2025-06-26 16:40:55 +08:00
parent d75fb55eec
commit cf1c69b6d6
74 changed files with 438 additions and 5506 deletions

View File

@@ -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",