[webapp] 批量处理eslint格式告警
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="wrap">
|
||||
<div class="top">
|
||||
<div class="head">
|
||||
<img class="logo" src="./assets/logo.svg" alt="">
|
||||
<img class="logo" src="./assets/logo.svg" alt="" />
|
||||
<span class="title">探云</span>
|
||||
</div>
|
||||
<div class="desc">易用友好的高性能监控云服务</div>
|
||||
|
||||
@@ -9,16 +9,8 @@ import { DA_SERVICE_TOKEN, ITokenService } from '@delon/auth';
|
||||
export class LayoutPassportComponent implements OnInit {
|
||||
links = [
|
||||
{
|
||||
title: '帮助',
|
||||
href: ''
|
||||
},
|
||||
{
|
||||
title: '隐私',
|
||||
href: ''
|
||||
},
|
||||
{
|
||||
title: '条款',
|
||||
href: ''
|
||||
title: '欢迎使用TanCloud探云-监控云服务-tancloud.cn',
|
||||
href: 'https://tancloud.cn'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user