feat: add international language support for analysis page; 🌟
新增:分析页面增加国际化语言支持;
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Vue from 'vue'
|
||||
import Router from 'vue-router'
|
||||
import Dashboard from '@/pages/dashboard/Analysis'
|
||||
import Dashboard from '@/pages/dashboard/analysis/Analysis'
|
||||
import NotFound from '@/pages/exception/404'
|
||||
import NotPermit from '@/pages/exception/403'
|
||||
import ServerError from '@/pages/exception/500'
|
||||
|
||||
@@ -37,7 +37,7 @@ export default new Router({
|
||||
{
|
||||
path: 'analysis',
|
||||
name: '分析页',
|
||||
component: () => import('@/pages/dashboard/Analysis'),
|
||||
component: () => import('@/pages/dashboard/analysis/Analysis'),
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user