Update ApiCaseItem.vue

This commit is contained in:
fit2-zhao 2022-10-19 18:48:03 +08:00 committed by wxg0103
parent 778a328307
commit 2f5b4ab276
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ export default {
},
gotoApiMessage() {
let apiResolve = this.$router.resolve({
name: '/project/messagesettings'
path: '/project/messagesettings'
});
window.open(apiResolve.href, '_blank');
},