diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 45296bb..5ec5ddf 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -80,7 +80,7 @@ if (this.baseConfig.sameWindow) { window.location.href = system.url + params } else { - + window.open(system.url + params, '_blank') } } else { this.$router.push(system.url)