Commit c7e6fa00 authored by godwithdh's avatar godwithdh

health

parent 63ee0646
......@@ -345,6 +345,21 @@ let tipRoutes = [
},
]
},
{//健康打卡
name:"main",
component:()=>import("@/view/main.vue"),
path:"/main",
children:[
{
path:"/healthCard/punchClock",
name:"punchClock",
component:()=>import("@/view/healthCard/punchClock.vue"),
meth:{
title:"打卡列表"
}
}
]
}
];
let shopVersionRoutes = [
......
<style lang="less">
</style>
<template>
<div id="punchClock">
</div>
</template>
<script>
export default {
name: 'punchClock',
data () {
return {
}
}
}
</script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment