feat(erp):优化品牌商标缓存与方舟API调用逻辑

- 品牌商标缓存服务增加一天内去重保存逻辑- 方舟API调用支持TOKEN失效自动重新注册
- 增加证书验证失败重试机制
- 修复代理池API签名密钥
-优化商标检查面板完成状态计算逻辑- 更新应用配置注释格式
This commit is contained in:
2025-11-17 14:34:08 +08:00
parent 937a84bb81
commit d29d4d69da
9 changed files with 112 additions and 24 deletions

View File

@@ -1012,13 +1012,12 @@ onUnmounted(() => {
width: 100%;
height: 60px;
margin-bottom: 16px;
padding: 0 4px;
box-sizing: border-box;
}
.brand-logo {
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 12px;
}

View File

@@ -582,7 +582,7 @@ async function startTrademarkQuery() {
if (!trademarkLoading.value) return
await processBrandResult(brandResult)
brandData.completed = brandResult.data.unregistered || 0
brandData.completed = trademarkFullData.value.length
queryStatus.value = 'done'
trademarkProgress.value = 100
@@ -1006,12 +1006,11 @@ defineExpose({
</div>
</div>
<!-- 3. 选择需查询的可多选 -->
<div class="flow-item">
<div class="flow-item">
<div class="step-index">3</div>
<div class="step-card">
<div class="step-header">
<div class="title">选择需查询的可多选</div>
<div class="title">商标筛查条件</div>
</div>
<div class="desc">商标筛查包含以下维度,后续将开放更
多维度的筛查条件与自定义条件组合功