修复已知问题

This commit is contained in:
2025-06-06 18:23:07 +08:00
parent 3ac3fd8cb2
commit 7ff3e3f064
51 changed files with 2503 additions and 1257 deletions

View File

@@ -4,7 +4,8 @@ export default defineAppConfig({
'pages/order/order',
'pages/kefu/kefu',
'pages/user/user',
'pages/article/article'
'pages/article/article',
'pages/study/study'
],
"subpackages": [
{
@@ -30,7 +31,6 @@ export default defineAppConfig({
"root": "user",
"pages": [
"car/index",
"bx/index",
"company/company",
"profile/profile",
"setting/setting",
@@ -44,7 +44,10 @@ export default defineAppConfig({
"location",
"query",
"fence",
"baoxiu"
"video/video",
"exam/exam",
"bx/bx",
"bx/bx-add"
]
}
// {
@@ -85,7 +88,7 @@ export default defineAppConfig({
text: "首页",
},
{
pagePath: "pages/article/article",
pagePath: "pages/study/study",
iconPath: "assets/tabbar/order.png",
selectedIconPath: "assets/tabbar/order-active.png",
text: "学习",