Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
front-backend
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
framework
front-backend
Commits
1a04d8b4
Commit
1a04d8b4
authored
Sep 27, 2019
by
dqjdda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.2版本发布,详情查阅版本说明
parent
15fa7d2c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
src/layout/components/AppMain.vue
+0
-5
src/views/system/menu/index.vue
+1
-1
src/views/system/permission/index.vue
+1
-1
No files found.
src/layout/components/AppMain.vue
View file @
1a04d8b4
<
template
>
<
template
>
<section
class=
"app-main"
>
<section
class=
"app-main"
>
<CodeFund
/>
<transition
name=
"fade-transform"
mode=
"out-in"
>
<transition
name=
"fade-transform"
mode=
"out-in"
>
<keep-alive
:include=
"cachedViews"
>
<keep-alive
:include=
"cachedViews"
>
<router-view
:key=
"key"
/>
<router-view
:key=
"key"
/>
...
@@ -15,12 +14,8 @@
...
@@ -15,12 +14,8 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
CodeFund
from
'@/components/CodeFund'
export
default
{
export
default
{
name
:
'AppMain'
,
name
:
'AppMain'
,
components
:
{
CodeFund
},
computed
:
{
computed
:
{
cachedViews
()
{
cachedViews
()
{
return
this
.
$store
.
state
.
tagsView
.
cachedViews
return
this
.
$store
.
state
.
tagsView
.
cachedViews
...
...
src/views/system/menu/index.vue
View file @
1a04d8b4
...
@@ -110,7 +110,7 @@ export default {
...
@@ -110,7 +110,7 @@ export default {
},
},
created
()
{
created
()
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
height
=
document
.
documentElement
.
clientHeight
-
2
5
0
this
.
height
=
document
.
documentElement
.
clientHeight
-
2
0
0
this
.
init
()
this
.
init
()
})
})
},
},
...
...
src/views/system/permission/index.vue
View file @
1a04d8b4
...
@@ -82,7 +82,7 @@ export default {
...
@@ -82,7 +82,7 @@ export default {
},
},
created
()
{
created
()
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
height
=
document
.
documentElement
.
clientHeight
-
2
5
0
this
.
height
=
document
.
documentElement
.
clientHeight
-
2
0
0
this
.
init
()
this
.
init
()
})
})
},
},
...
...
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