mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-23 10:16:36 +08:00
9 lines
161 B
Vue
9 lines
161 B
Vue
<template>
|
|
登录共同页面
|
|
|
|
<video poster="/loginBg.png" class="videoBG"><source src="/loginBg.mp4" type="video/mp4"></video>
|
|
|
|
<RouterView />
|
|
</template>
|
|
|