提交 a0104c2c authored 作者: lihuihui's avatar lihuihui

切换新项目站

上级 a589d4d5
This source diff could not be displayed because it is too large. You can view the blob instead.
<template> <template>
<header class="app-header"> <header class="app-header" v-if="false">
<section class="app-header-bar"> <section class="app-header-bar">
<div class="inner"> <div class="inner">
<div class="login"> <div class="login">
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
@back="$router.push('/my/account')" @back="$router.push('/my/account')"
> >
<template #aside-append> <template #aside-append>
<div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div> <!-- <div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div> -->
</template> </template>
<!-- 首页 --> <!-- 首页 -->
<app-home v-if="currentActive === 'account'" /> <app-home v-if="currentActive === 'account'" />
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
v-if="detail" v-if="detail"
> >
<template #aside-append> <template #aside-append>
<div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div> <!-- <div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div> -->
</template> </template>
<!-- 入学协议 --> <!-- 入学协议 -->
<!-- <template #content v-if="currentActive === 'admission_xy'"> <!-- <template #content v-if="currentActive === 'admission_xy'">
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
> >
<template #aside-append> <template #aside-append>
<div class="aside-preview" @click="dialogVisible = true" v-if="visible">预览全部</div> <div class="aside-preview" @click="dialogVisible = true" v-if="visible">预览全部</div>
<div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div> <!-- <div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div> -->
</template> </template>
<!-- 报名缴费 --> <!-- 报名缴费 -->
<template #content v-if="currentActive === 'application_pay'"> <template #content v-if="currentActive === 'application_pay'">
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
@next="handleNext" @next="handleNext"
> >
<template #aside-append> <template #aside-append>
<div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div> <!-- <div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div> -->
</template> </template>
</vue-form> </vue-form>
<app-complete :type="1" v-model="completeVisible"></app-complete> <app-complete :type="1" v-model="completeVisible"></app-complete>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论