Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
edec7f42
Commit
edec7f42
authored
Nov 04, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
3daeffde
ac24ef66
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
26 deletions
+13
-26
index.ts
src/router/routes/index.ts
+8
-8
index.vue
src/views/homePage/index.vue
+3
-9
index.vue
src/views/notifications/noticeManage/index.vue
+2
-9
No files found.
src/router/routes/index.ts
View file @
edec7f42
...
...
@@ -20,14 +20,14 @@ Object.keys(modules).forEach((key) => {
export
const
asyncRoutes
=
[
PAGE_NOT_FOUND_ROUTE
,
...
routeModuleList
];
// 根路由
//
export const RootRoute: AppRouteRecordRaw = {
//
path: '/',
//
name: 'Root',
// redirect: PageEnum.BASE_HOME
,
//
meta: {
//
title: 'Root',
//
},
//
};
export
const
RootRoute
:
AppRouteRecordRaw
=
{
path
:
'/'
,
name
:
'Root'
,
redirect
:
'/homePage/index'
,
meta
:
{
title
:
'Root'
,
},
};
export
const
LoginRoute
:
AppRouteRecordRaw
=
{
path
:
'/login'
,
...
...
src/views/homePage/index.vue
View file @
edec7f42
<
template
>
首页
<div>
通知中心
</div>
</
template
>
<
script
>
export
default
{
name
:
"index"
}
</
script
>
<
style
scoped
>
<
script
lang=
"ts"
setup
>
</
s
tyle
>
</
s
cript
>
src/views/notifications/noticeManage/index.vue
View file @
edec7f42
<
template
>
通知中心
<div>
通知中心
</div>
</
template
>
<
script
lang=
"ts"
setup
>
<
script
>
export
default
{
name
:
"index"
}
</
script
>
<
style
scoped
>
</
style
>
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