"src/page/password/index.vue" did not exist on "591eabe9f7dd236536a68775bc1b03b8035d0104"
Commit 38ec2bb8 authored by 徐一鸣's avatar 徐一鸣

智能制图fixed

parent a1daefb5
<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