mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:26:45 +00:00
feat: api service
This commit is contained in:
parent
2f14c7164c
commit
80b16d2b43
@ -10,6 +10,10 @@ export class APIClient extends APIClientSDK {
|
|||||||
return this.services[uid];
|
return this.services[uid];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
service(uid: string) {
|
||||||
|
return this.service[uid];
|
||||||
|
}
|
||||||
|
|
||||||
interceptors() {
|
interceptors() {
|
||||||
super.interceptors();
|
super.interceptors();
|
||||||
this.notification();
|
this.notification();
|
||||||
|
Loading…
Reference in New Issue
Block a user