Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
mingPayPc
Commits
c1817aec
Commit
c1817aec
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认入口修改
parent
73859030
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dashboard.vue
src/components/pages/Dashboard.vue
+1
-1
main.js
src/main.js
+1
-1
No files found.
src/components/pages/Dashboard.vue
View file @
c1817aec
...
...
@@ -2,7 +2,7 @@
<div
class=
"Dashboard"
>
<a-layout
class=
"content"
style=
"padding: 24px 0; background: #fff;min-height: calc(100vh - 149px)"
>
<div><img
src=
"../../assets/Welcome.png"
/></div>
<div>
欢迎您进入
mingwork
管理后台
</div>
<div>
欢迎您进入
企业e卡通
管理后台
</div>
</a-layout>
</div>
</
template
>
...
...
This diff is collapsed.
Click to expand it.
src/main.js
View file @
c1817aec
...
...
@@ -64,7 +64,7 @@ router.beforeEach(function (to, from, next) {
if
(
res
===
'noPermission'
)
{
next
({
name
:
'noPermission'
})
}
else
{
next
({
name
:
'
accountManagement
'
})
next
({
name
:
'
dashboard
'
})
}
}).
catch
((
err
)
=>
{
console
.
log
(
'ddpermission'
,
err
)
...
...
This diff is collapsed.
Click to expand it.
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