Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
JuyuanPrimarySchool
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
vue-project
JuyuanPrimarySchool
Commits
4c88497e
Commit
4c88497e
authored
Nov 22, 2021
by
wdc147
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/
1a86cad6
' into wdc
parents
c249b74b
56d1aee9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
4 deletions
+27
-4
growth.vue
src/pages/growth.vue
+24
-1
sixthFormStudent.vue
src/pages/sixthFormStudent.vue
+0
-0
routes.js
src/router/routes.js
+3
-3
grow.png
static/images/sixthForm/grow.png
+0
-0
No files found.
src/pages/growth.vue
View file @
4c88497e
<
template
>
<div
class=
"grow"
></div>
<div
class=
"grow"
>
<div
class=
"edit"
@
click=
"edit1"
></div>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
}
},
methods
:
{
/**
* @method edit1 返回
*/
edit1
()
{
this
.
$router
.
back
(
'/sixthForm'
)
}
}
}
</
script
>
<
style
lang=
"less"
scoped
>
...
...
@@ -12,5 +26,14 @@ export default {
height
:
1080px
;
background
:
url('../../static/images/sixthForm/grow.png')
no-repeat
center
;
margin
:
0
auto
;
overflow
:
hidden
;
.edit{
width
:
83px
;
height
:
35px
;
background
:
url('../../static/images/sixthForm/return.png')
no-repeat
;
position
:
absolute
;
top
:
39px
;
left
:
1822px
;
}
}
</
style
>
src/pages/sixthFormStudent.vue
View file @
4c88497e
This diff is collapsed.
Click to expand it.
src/router/routes.js
View file @
4c88497e
...
...
@@ -15,7 +15,7 @@ import student from '@/pages/class3-student.vue'
// 六年级菊园学子
import
sixthForm
from
'@/pages/sixthFormStudent.vue'
// 六年级菊园个人
import
growth
from
'@/pages/growth.vue'
import
growth
Per
from
'@/pages/growth.vue'
export
default
[
{
path
:
'/'
,
...
...
@@ -54,7 +54,7 @@ export default [
component
:
sixthForm
},
{
path
:
'/growth'
,
component
:
growth
path
:
'/growth
Per
'
,
component
:
growth
Per
}
]
static/images/sixthForm/grow.png
View replaced file @
c249b74b
View file @
4c88497e
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