15 lines
398 B
Vue
15 lines
398 B
Vue
|
|
<template>
|
||
|
|
<footer class="site-footer">
|
||
|
|
<div class="container footer-inner">
|
||
|
|
<div class="footer-brand">
|
||
|
|
<img src="/assets/logo.png" alt="柚康 logo" />
|
||
|
|
<span>
|
||
|
|
<strong>柚康</strong>
|
||
|
|
<em>企业微信服务商标识</em>
|
||
|
|
</span>
|
||
|
|
</div>
|
||
|
|
<p>© 2026 杭州柚康科技有限公司 版权所有</p>
|
||
|
|
</div>
|
||
|
|
</footer>
|
||
|
|
</template>
|