手机端页面

This commit is contained in:
宋伟佳
2022-05-26 17:40:10 +08:00
parent 70cd152344
commit 6a79131ad1
13 changed files with 772 additions and 1 deletions
+24
View File
@@ -54,6 +54,30 @@ const routes = [
component: () =>
import('@/pages/login')
},
{
path: '/phoneHome',
name: 'phoneHome',
component: () =>
import('@/pages/phone/phoneHome')
},
{
path: '/databaseSearch',
name: 'databaseSearch',
component: () =>
import('@/pages/phone/databaseSearch')
},
{
path: '/standDynamics',
name: 'standDynamics',
component: () =>
import('@/pages/phone/standDynamics')
},
{
path: '/domesticStand',
name: 'domesticStand',
component: () =>
import('@/pages/phone/domesticStand')
},
{
path: '/loginVerify',
name: 'LoginVerify',