Commit 38ec2bb8 authored by 徐一鸣's avatar 徐一鸣

智能制图fixed

parent a1daefb5
<template> <template>
<div class="index_container"> <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/> <router-view/>
</div> </div>
</template> </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