mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-19 01:15:54 +08:00
大屏展示
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<div id="app" style="background-color:#03050C" v-if="$route.meta.bigScreen">
|
||||
<router-view />
|
||||
</div>
|
||||
<div id="app" v-else>
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user