This commit is contained in:
jeremygan2021
2026-02-12 16:31:05 +08:00
parent 70c8608110
commit 1919ab2227
14 changed files with 1090 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ export default defineAppConfig({
'pages/services/detail',
'pages/courses/index',
'pages/courses/detail',
'pages/forum/index',
'pages/goods/detail',
'pages/cart/cart',
'pages/order/checkout',
@@ -21,6 +22,13 @@ export default defineAppConfig({
'invite',
'withdraw'
]
},
{
root: 'subpackages/forum',
pages: [
'detail/index',
'create/index'
]
}
],
window: {
@@ -48,8 +56,8 @@ export default defineAppConfig({
selectedIconPath: "./assets/AI_service_active.png"
},
{
pagePath: "pages/courses/index",
text: "VB课程",
pagePath: "pages/forum/index",
text: "社区",
iconPath: "./assets/VR.png",
selectedIconPath: "./assets/VR_active.png"
},