|
@@ -5,7 +5,7 @@
|
|
<v-view v-if="page" :options="page"></v-view>
|
|
<v-view v-if="page" :options="page"></v-view>
|
|
<div class="back" v-if="!isMain" @click="back">返回</div>
|
|
<div class="back" v-if="!isMain" @click="back">返回</div>
|
|
</template>
|
|
</template>
|
|
- <div class="notFound">
|
|
|
|
|
|
+ <div v-else class="notFound">
|
|
<div class="mx-auto h-96 flex justify-center items-center text-white">
|
|
<div class="mx-auto h-96 flex justify-center items-center text-white">
|
|
您访问的资源不存在!
|
|
您访问的资源不存在!
|
|
</div>
|
|
</div>
|