提交 76e29928 authored 作者: matian's avatar matian

updates

上级 ef6a35b3
...@@ -39,9 +39,7 @@ ...@@ -39,9 +39,7 @@
</template> </template>
</template> </template>
</template> </template>
{{
isLogin
}}
<template v-if="offsetTabIndex == 1"> <template v-if="offsetTabIndex == 1">
<template v-for="(item, index) in teacherNav"> <template v-for="(item, index) in teacherNav">
<template v-if="item.pathType === 3"> <template v-if="item.pathType === 3">
...@@ -351,11 +349,6 @@ export default { ...@@ -351,11 +349,6 @@ export default {
} }
} }
}, },
computed: {
passport() {
return this.$refs.passport
}
},
watch: { watch: {
$route: { $route: {
handler: function(val, oldVal) { handler: function(val, oldVal) {
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
</template> </template>
</template> </template>
<template v-if="offsetTabIndex == 1"> <template v-if="offsetTabIndex == 1">
{{ isLogin }}
<template v-for="(item, index) in teacherNav"> <template v-for="(item, index) in teacherNav">
<template v-if="item.pathType === 3"> <template v-if="item.pathType === 3">
<li :key="index" @click="register"> <li :key="index" @click="register">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论