Commit 0b04b915 authored by songrui's avatar songrui

Doctor.vue修改

parent 11bbcb3a
<template>
<van-config-provider :theme-vars='themeVars' style="height: 100vh">
<div class='h-full resident-home'>
<router-view v-slot='{ Component }'>
<router-view v-slot='{ Component, route }'>
<Transition name='route' mode='out-in'>
<component :is='Component' v-if='visible' />
<KeepAlive :include="['Workbench', 'PatientDetail']">
<component :is='Component' :key="route.name" v-if='visible' />
</KeepAlive>
</Transition>
</router-view>
</div>
......
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