#216 done by using return-to URL mechanism
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createRouter, createWebHistory, createWebHashHistory } from "vue-router";
|
||||
import { createRouter, createWebHistory, } from "vue-router";
|
||||
import AuthContainer from '@/views/AuthContainer.vue';
|
||||
import MainContainer from '@/views/MainContainer.vue';
|
||||
import Login from '@/views/Login/index.vue';
|
||||
@@ -120,14 +120,6 @@ const routes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/rule/:type/:fileId/conformance/:checkId",
|
||||
name: "CheckConformance",
|
||||
component: Conformance,
|
||||
meta: {
|
||||
file: {},
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user