Commit e2ad670f authored by 徐一鸣's avatar 徐一鸣

Merge branch 'xym' into dev

parents d1bc528a 38ec2bb8
<template>
<div class="index_container">
<div class="decor" v-if="path_arr.indexOf($route.fullPath)!==-1"></div>
<div class="decor" v-if="path_arr.indexOf($route.path)!==-1"></div>
<router-view/>
</div>
</template>
......
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