forum
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user