Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
a10499d8
Commit
a10499d8
authored
Nov 06, 2020
by
luo ying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
b53be53f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
index.vue
layouts/basic-layout/index.vue
+0
-1
index.vue
pages/account/login/index.vue
+0
-1
routes.js
router/routes.js
+1
-3
No files found.
layouts/basic-layout/index.vue
View file @
a10499d8
...
...
@@ -239,7 +239,6 @@
},
handleReload
()
{
// 针对缓存的页面也生效
console
.
log
(
'针对缓存的页面也生效'
,
this
.
$route
.
name
)
const
isCurrentPageCache
=
this
.
keepAlive
.
indexOf
(
this
.
$route
.
name
)
>
-
1
;
const
pageName
=
this
.
$route
.
name
;
if
(
isCurrentPageCache
)
{
...
...
pages/account/login/index.vue
View file @
a10499d8
...
...
@@ -110,7 +110,6 @@ export default {
Id
:
id
};
this
.
$http
.
sysUser
.
getuserinfo
(
parma
).
then
(
res
=>
{
console
.
log
(
'登录页'
,
res
.
result
)
if
(
res
.
result
)
{
if
(
res
.
result
.
avatarUrl
&&
...
...
router/routes.js
View file @
a10499d8
...
...
@@ -12,9 +12,7 @@ const frameIn = [{
// // name: 'dashboard-console'
// },
component
:
BasicLayout
,
children
:
[
{
children
:
[{
path
:
'index'
,
name
:
'index'
,
meta
:
{
...
...
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