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
fc404e2d
Commit
fc404e2d
authored
Nov 22, 2021
by
yuwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
8a87f18a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
sixthFormStudent.vue
src/pages/sixthFormStudent.vue
+2
-2
routes.js
src/router/routes.js
+3
-3
No files found.
src/pages/sixthFormStudent.vue
View file @
fc404e2d
...
...
@@ -208,7 +208,7 @@ export default {
*/
Search
()
{
if
(
this
.
gradeRes
.
name
===
'六年级'
&&
this
.
classRes
.
name
===
'六班'
&&
this
.
sexRes
.
name
===
'女'
&&
this
.
studentName
===
'沈凡婷'
)
{
this
.
$router
.
push
({
path
:
'/growth'
})
this
.
$router
.
push
({
path
:
'/growth
Per
'
})
}
else
{
this
.
$message
(
'暂无数据'
)
}
...
...
@@ -252,7 +252,7 @@ export default {
width
:
1920px
;
height
:
1080px
;
background
:
url('@{imagePath}bg.png')
no-repeat
center
;
margin
:
0
auto
;
//
margin
:
0
auto
;
overflow
:
hidden
;
.left{
.left-top{
...
...
src/router/routes.js
View file @
fc404e2d
...
...
@@ -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
}
]
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