对接关于我们 ,正则法规,帮助中心 ,用户提问模块

This commit is contained in:
linxd
2025-06-18 20:14:11 +08:00
parent e8804d6140
commit 8176a9b3d0
32 changed files with 2094 additions and 506 deletions

View File

@ -69,6 +69,21 @@ export default [
name: 'about',
path: '/about',
component: '@/pages/about/about',
},
{
name: 'help',
path: '/help',
component: '@/pages/help/help',
},
{
name: 'helpInfo',
path: '/help/helpInfo',
component: '@/pages/help/helpInfo',
},
{
name: 'helpQuestion',
path: '/help/helpQuestion',
component: '@/pages/help/helpQuestion',
}
]
},