#216 done by using return-to URL mechanism

This commit is contained in:
Cindy Chang
2024-06-11 11:57:33 +08:00
parent 444b7d6975
commit aa1dbfabf2
4 changed files with 46 additions and 19 deletions

View File

@@ -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: {},
}
}
]
},
{