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
0ebdf254
Commit
0ebdf254
authored
Nov 22, 2021
by
wangdongchen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wdc' into '
1a86cad6
'
update See merge request
!34
parents
4413f69d
1e13bc82
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
30 deletions
+2
-30
growthRecord.vue
src/pages/growthRecord.vue
+1
-12
safety.vue
src/pages/safety.vue
+1
-18
No files found.
src/pages/growthRecord.vue
View file @
0ebdf254
...
...
@@ -4,7 +4,7 @@
<div
class=
"content"
>
<div
class=
"growthRecord-top"
>
<div
class=
"loge"
@
click=
"loge"
></div>
<div
class=
"loge"
></div>
<tab
/>
</div>
...
...
@@ -71,17 +71,6 @@ export default {
Tab
},
methods
:
{
loge
()
{
},
// 教师发展
progress
()
{
},
// 安全场景
safety
()
{
this
.
$router
.
push
(
'/safety'
)
},
// 三年级
threegrade
()
{
this
.
$router
.
push
(
'/class3'
)
...
...
src/pages/safety.vue
View file @
0ebdf254
...
...
@@ -2,7 +2,7 @@
<div
class=
"safety-page"
>
<page-back
/>
<div
class=
"header"
>
<div
class=
"loge"
@
click=
"loge"
></div>
<div
class=
"loge"
></div>
<tab
/>
</div>
...
...
@@ -15,23 +15,6 @@ import Tab from 'components/Tab'
export
default
{
components
:
{
Tab
},
methods
:
{
loge
()
{
},
grow
()
{
this
.
$router
.
push
(
'/growth'
)
},
// 教师发展
progress
()
{
},
// 安全场景
safety
()
{
}
}
}
</
script
>
...
...
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