项目开发完成

This commit is contained in:
2025-04-16 09:21:50 +08:00
parent eec6aef7d7
commit 04594c640e
51 changed files with 2394 additions and 349 deletions

View File

@@ -28,15 +28,21 @@ export default defineAppConfig({
{
"root": "user",
"pages": [
"car/index",
"bx/index",
"company/company",
"profile/profile",
"setting/setting"
]
},
{
"root": "website",
"root": "hjm",
"pages": [
"modify"
"list",
"location",
"query",
"fence",
"baoxiu"
]
}
// {
@@ -64,36 +70,45 @@ export default defineAppConfig({
navigationBarTitleText: 'WeChat',
navigationBarTextStyle: 'black'
},
tabBar: {
custom: false,
color: "#8a8a8a",
selectedColor: "#9a23d4",
backgroundColor: "#ffffff",
list: [
{
pagePath: "pages/index/index",
iconPath: "assets/tabbar/home.png",
selectedIconPath: "assets/tabbar/home-active.png",
text: "寄件",
},
{
pagePath: "pages/order/order",
iconPath: "assets/tabbar/order.png",
selectedIconPath: "assets/tabbar/order-active.png",
text: "查件",
},
{
pagePath: "pages/kefu/kefu",
iconPath: "assets/tabbar/kefu.png",
selectedIconPath: "assets/tabbar/kefu-active.png",
text: "客服",
},
{
pagePath: "pages/user/user",
iconPath: "assets/tabbar/user.png",
selectedIconPath: "assets/tabbar/user-active.png",
text: "我的",
},
],
// tabBar: {
// custom: false,
// color: "#8a8a8a",
// selectedColor: "#9a23d4",
// backgroundColor: "#ffffff",
// list: [
// {
// pagePath: "pages/index/index",
// iconPath: "assets/tabbar/home.png",
// selectedIconPath: "assets/tabbar/home-active.png",
// text: "寄件",
// },
// {
// pagePath: "pages/order/order",
// iconPath: "assets/tabbar/order.png",
// selectedIconPath: "assets/tabbar/order-active.png",
// text: "查件",
// },
// {
// pagePath: "pages/kefu/kefu",
// iconPath: "assets/tabbar/kefu.png",
// selectedIconPath: "assets/tabbar/kefu-active.png",
// text: "客服",
// },
// {
// pagePath: "pages/user/user",
// iconPath: "assets/tabbar/user.png",
// selectedIconPath: "assets/tabbar/user-active.png",
// text: "我的",
// },
// ],
// },
requiredPrivateInfos: [
"getLocation",
"chooseLocation"
],
permission: {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
}
})