This commit is contained in:
liushiwei
2023-10-28 12:28:12 +08:00
parent eb518c412f
commit 9909a938ca
13 changed files with 680 additions and 31 deletions

View File

@@ -77,6 +77,11 @@ const router = new VueRouter({
name: 'keywordTrack',
component: () => import('../view/selection/keywordtrack/Index.vue')
},
{
path: 'indexTrack',
name: 'indexTrack',
component: () => import('../view/selection/indextrack/Index.vue')
},
{
path: 'message',