修复已知问题
This commit is contained in:
@@ -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: "学习",
|
||||
|
||||
Reference in New Issue
Block a user