Skip to content

Commit

Permalink
feat: 配置示例真实路径服务id改为业务id--story=115998324
Browse files Browse the repository at this point in the history
  • Loading branch information
q15971095971 committed Sep 10, 2024
1 parent 7bb6c47 commit b752f0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="directory-description">
{{ t('客户端下载配置文件后,会将其保存在') }}
<span class="description-em">
&nbsp;{{ `${formData.tempDir}/${appId}/${basicInfo?.serviceName.value}/files` }}&nbsp;
&nbsp;{{ `${formData.tempDir}/${spaceId}/${basicInfo?.serviceName.value}/files` }}&nbsp;
</span>
<!-- 复制按钮,待设计给出样式后再放出来 -->
<!-- <Copy class="copy-icon" @click="handleCopyText(formData.tempDir)" /> -->
Expand Down Expand Up @@ -128,7 +128,7 @@
// value: '', // 集群id
// },
});
const appId = ref(Number(route.params.appId));
const spaceId = ref(Number(route.params.spaceId));
const rules = {
clientKey: [
Expand Down

0 comments on commit b752f0f

Please sign in to comment.