fix: 隐藏授权客户元素

ysnc
程 明锐 2026-01-07 21:33:41 +08:00
parent dec10895b1
commit d27644ec4b
3 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<template>
<a-card class="license-card">
<h1 class="title">关于系统</h1>
<p>
<!-- <p>
<span class="left">授权客户</span>
<span class="right">{{ certData.project }}</span>
</p>
</p> -->
<p>
<span class="left">平台版本</span>
<span class="right">{{ certStatusFilter(certData.catalog) }}</span>

View File

@ -2,9 +2,12 @@
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"target": "es2020",
"lib": ["es2020", "dom", "dom.iterable", "esnext"],
"baseUrl": ".",
"allowJs": true,
"skipLibCheck": true,
"outDir": "dist",
"paths": {
"@/*": ["./src/*"],
"services/*": ["src/services/*"],