mirror of
https://gitee.com/XiaoLFeng/JSL_OrganizeInternalOA_Web.git
synced 2025-06-08 03:33:03 +08:00
16 lines
350 B
Vue
16 lines
350 B
Vue
<template>
|
|
<!--版权-->
|
|
<div class="w-full h-12 flex items-center justify-center bg-gray-700 text-gray-400">
|
|
<div class="flex space-x-10">
|
|
<div>
|
|
ICP备案
|
|
</div>
|
|
<div>
|
|
公安备案
|
|
</div>
|
|
<div>
|
|
Copyright (C) 2023 xxx Group All Right Services.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template> |