fix:修改 project module endpoint 的路由

This commit is contained in:
zhangyu
2022-03-23 18:08:00 +08:00
parent 34a6a92031
commit bd259fd291
5 changed files with 13 additions and 13 deletions

View File

@@ -100,7 +100,7 @@ export default {
permissionCode: 'asset_view'
},
{
route: '/monitor/project',
route: '/project',
title: this.$t('overall.monitor'),
icon: 'nz-icon nz-icon-menu-project',
tip: this.$t('guide.monitorTip'),
@@ -238,7 +238,7 @@ export default {
}
this.$emit('close')
this.$router.push({
path: '/monitor/project',
path: '/project',
query: {
t: +new Date(),
add: 'project'
@@ -252,7 +252,7 @@ export default {
}
this.$emit('close')
this.$router.push({
path: '/monitor/module',
path: '/module',
query: {
t: +new Date(),
add: 'module'
@@ -266,7 +266,7 @@ export default {
}
this.$emit('close')
this.$router.push({
path: '/monitor/endpoint',
path: '/endpoint',
query: {
t: +new Date(),
add: 'endpoint'
@@ -280,7 +280,7 @@ export default {
}
this.$emit('close')
this.$router.push({
path: '/monitor/endpoint',
path: '/endpoint',
query: {
t: +new Date(),
importEndpoint: 'importEndpoint'