Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
d604caf4
Commit
d604caf4
authored
Aug 29, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 8.29
parent
9ef39c63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
16 deletions
+29
-16
ruoyi-ui/src/router/index.js
+6
-15
ruoyi-ui/src/router/routerMenus/schoolManage/index.js
+23
-1
No files found.
ruoyi-ui/src/router/index.js
View file @
d604caf4
...
@@ -131,29 +131,20 @@ export const dynamicRoutes = [
...
@@ -131,29 +131,20 @@ export const dynamicRoutes = [
},
},
],
],
},
},
{
{
path
:
"/s
choolManage/schoolNotice
"
,
path
:
"/s
ystem/dict-data
"
,
component
:
Layout
,
component
:
Layout
,
hidden
:
true
,
hidden
:
true
,
permissions
:
[
"system:
role:edi
t"
],
permissions
:
[
"system:
dict:lis
t"
],
children
:
[
children
:
[
{
{
path
:
"/personnelGrouping/authUser"
,
path
:
"index/:dictId(
\\
d+)"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/system/dict/data"
),
import
(
name
:
"Data"
,
"@/views/smartSchool/schoolManage/schoolNotice/personnelGrouping/authUser.vue"
meta
:
{
title
:
"字典数据"
,
activeMenu
:
"/system/dict"
},
),
name
:
"AuthUser"
,
meta
:
{
title
:
"分配成员"
,
activeMenu
:
"/smartSchool/schoolManage/schoolNotice/personnelGrouping"
,
},
},
},
],
],
},
},
{
{
path
:
"/monitor/job-log"
,
path
:
"/monitor/job-log"
,
component
:
Layout
,
component
:
Layout
,
...
...
ruoyi-ui/src/router/routerMenus/schoolManage/index.js
View file @
d604caf4
import
Layout
from
'@/layout'
import
Layout
from
"@/layout"
;
export
default
[
export
default
[
// 校园简介编辑页面
// 校园简介编辑页面
...
@@ -152,6 +152,28 @@ export default [
...
@@ -152,6 +152,28 @@ export default [
},
},
],
],
},
},
//人员分组
{
path
:
"/schoolManage/schoolNotice"
,
component
:
Layout
,
hidden
:
true
,
permissions
:
[
"system:role:edit"
],
children
:
[
{
path
:
"/personnelGrouping/authUser"
,
component
:
()
=>
import
(
"@/views/smartSchool/schoolManage/schoolNotice/personnelGrouping/authUser.vue"
),
name
:
"AuthUser"
,
meta
:
{
title
:
"分配成员"
,
activeMenu
:
"/smartSchool/schoolManage/schoolNotice/personnelGrouping"
,
},
},
],
},
// 公文流转--公文流转查看
// 公文流转--公文流转查看
{
{
path
:
"/schoolManage"
,
path
:
"/schoolManage"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment