阿里云DNS增加区域ID

This commit is contained in:
GoEdgeLab
2022-05-07 20:59:38 +08:00
parent 532a3e4d5e
commit 4b95d64eef
6 changed files with 42 additions and 17 deletions

View File

@@ -48,6 +48,13 @@
<td>AccessKeySecret</td>
<td>{{provider.apiParams.accessKeySecret}}</td>
</tr>
<tr>
<td>区域ID</td>
<td>
<span v-if="provider.apiParams.regionId != null && provider.apiParams.regionId.length > 0">{{provider.apiParams.regionId}}</span>
<span v-else class="disabled">没有设置。</span>
</td>
</tr>
</tbody>
<!-- HuaweiDNS -->