@@ -533,9 +533,8 @@ export default {
}))
},
redirectTo(id, mehtodName, methodProtocol) {
- console.log(methodProtocol)
this.$router.push({
- path: `/mock/httpmock/${id}`, query: { mehtodName: mehtodName, methodProtocol: methodProtocol }
+ path: `/views/mock/httpmock/${id}`, query: { mehtodName: mehtodName, methodProtocol: methodProtocol }
})
showTrueUrl() {
@@ -746,7 +746,7 @@ export default {
redirectTo(id, methodName) {
- path: `/mock/interface/${id}`,
+ path: `/views/mock/interface/${id}`,
query: {
methodName: methodName
}