diff --git a/Fiance-UI/src/components/Crud/CRUD.operation.vue b/Fiance-UI/src/components/Crud/CRUD.operation.vue index 33d2077..e2c34e8 100644 --- a/Fiance-UI/src/components/Crud/CRUD.operation.vue +++ b/Fiance-UI/src/components/Crud/CRUD.operation.vue @@ -12,9 +12,9 @@ icon="el-icon-plus" @click="crud.toAdd" > - 新增 + 新增 - { const sdata = JSON.parse(JSON.stringify(res)) const rdata = JSON.parse(JSON.stringify(res)) const sidebarRoutes = filterAsyncRouter(sdata) + const rewriteRoutes = filterAsyncRouter(rdata, false, true) rewriteRoutes.push({ path: '*', redirect: '/404', hidden: true }) diff --git a/Fiance-UI/src/views/system/mybusiness/index.vue b/Fiance-UI/src/views/system/mybusiness/index.vue new file mode 100644 index 0000000..55f8066 --- /dev/null +++ b/Fiance-UI/src/views/system/mybusiness/index.vue @@ -0,0 +1,185 @@ + + + + + diff --git a/Fiance-UI/src/views/system/project/index.vue b/Fiance-UI/src/views/system/project/index.vue index fafd032..bde73e4 100644 --- a/Fiance-UI/src/views/system/project/index.vue +++ b/Fiance-UI/src/views/system/project/index.vue @@ -37,10 +37,11 @@ - + @@ -85,7 +86,6 @@