fix: 保存接口测试跳转

This commit is contained in:
chenjianxing 2020-08-05 17:23:03 +08:00
parent 04e823646a
commit 0d3f93a71c

View File

@ -158,7 +158,7 @@
this.save(() => {
this.$success(this.$t('commons.save_success'));
this.$router.push({
path: '/api/test/edit?id=' + this.test.id;
path: '/api/test/edit?id=' + this.test.id
})
})
},