|
@@ -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() {
|