【修复】部署限制'btpanel-site'参数导致的添加问题

This commit is contained in:
chudong
2025-05-27 10:21:34 +08:00
parent 6ba46dcc91
commit e6e24b7f0b
70 changed files with 10943 additions and 13426 deletions

View File

@@ -109,7 +109,7 @@ export default defineComponent<CAProviderSelectProps>({
return () => (
<NSpin show={isLoading.value}>
<NGrid cols={24} class={props.customClass}>
<NFormItemGi span={13} label={$t('证书颁发机构/授权(可选)')} path={props.path}>
<NFormItemGi span={13} label={$t('t_0_1748052857931')} path={props.path}>
<NSelect
class="flex-1 w-full"
options={caProviderRef.value}
@@ -128,7 +128,7 @@ export default defineComponent<CAProviderSelectProps>({
class="flex items-center cursor-pointer hover:text-[#333] hover:bg-[#eee]"
onClick={() => goToAddCAProvider('addCAForm')}
>
{$t('添加Zerossl、GoogleCA证书授权')}
{$t('t_1_1748052860539')}
</div>
)
},