diff --git a/src/stores/notification/mailService.js b/src/stores/notification/mailService.js index 5a4e0b35a1f..b77d046ba10 100644 --- a/src/stores/notification/mailService.js +++ b/src/stores/notification/mailService.js @@ -54,11 +54,11 @@ export default class AddressStore extends Base { } getMailServiceURL(cluster) { - return `kapis/clusters/${cluster}/notification.kubesphere.io/v1/serviceconfigs` + return `kapis/notification.kubesphere.io/klusters/${cluster}/v1/serviceconfigs` } getMailServiceV2URL(cluster) { - return `kapis/clusters/${cluster}/notification.kubesphere.io/v2/serviceconfigs` + return `kapis/notification.kubesphere.io/klusters/${cluster}/v2/serviceconfigs` } @action