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
2ae1739b
Commit
2ae1739b
authored
Aug 27, 2019
by
dqjdda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
b0830fba
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
7 deletions
+4
-7
src/views/generator/generator.vue
+1
-0
src/views/generator/index.vue
+1
-1
src/views/nested/menu1/menu1-1/index.vue
+1
-3
src/views/nested/menu1/menu1-2/index.vue
+1
-3
No files found.
src/views/generator/generator.vue
View file @
2ae1739b
...
...
@@ -80,6 +80,7 @@ import initData from '@/mixins/initData'
import
{
update
,
get
}
from
'@/api/genConfig'
import
{
generator
}
from
'@/api/generator'
export
default
{
name
:
'Generator'
,
mixins
:
[
initData
],
props
:
{
name
:
{
...
...
src/views/generator/index.vue
View file @
2ae1739b
...
...
@@ -43,7 +43,7 @@ import initData from '@/mixins/initData'
import
{
parseTime
}
from
'@/utils/index'
import
Generator
from
'./generator'
export
default
{
name
:
'Generator'
,
name
:
'Generator
Index
'
,
components
:
{
Generator
},
mixins
:
[
initData
],
data
()
{
...
...
src/views/nested/menu1/menu1-1/index.vue
View file @
2ae1739b
<
template
>
<div
style=
"padding:30px;"
>
<el-alert
:closable=
"false"
title=
"三级菜单1"
type=
"success"
>
<router-view
/>
</el-alert>
<el-alert
:closable=
"false"
title=
"三级菜单1"
type=
"success"
/>
</div>
</
template
>
src/views/nested/menu1/menu1-2/index.vue
View file @
2ae1739b
<
template
>
<div
style=
"padding:30px;"
>
<el-alert
:closable=
"false"
title=
"三级菜单2"
type=
"success"
>
<router-view
/>
</el-alert>
<el-alert
:closable=
"false"
title=
"三级菜单2"
type=
"success"
/>
</div>
</
template
>
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