อุทธรณ์ร้องทุกข์
This commit is contained in:
parent
7777b27cda
commit
c1f26bc764
12 changed files with 1139 additions and 308 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
const mainPage = () => import("@/modules/07_appealComplain/views/Main.vue");
|
||||
const addPage = () => import("@/modules/07_appealComplain/views/Add.vue");
|
||||
const editPage = () => import("@/modules/07_appealComplain/views/Edit.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -27,7 +28,7 @@ export default [
|
|||
{
|
||||
path: "/appeal-complain/:id",
|
||||
name: "appealComplainView",
|
||||
component: addPage,
|
||||
component: editPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue