core/Api.ts 中的baseUrl需要能够被重写 #48

Closed
opened 2022-01-20 14:01:09 +08:00 by TamakoStar · 1 comment
Collaborator
No description provided.
TamakoStar added the
API
label 2022-01-20 14:01:09 +08:00
MrKBear added the
★★☆☆☆
label 2022-01-20 16:04:27 +08:00
MrKBear self-assigned this 2022-01-20 16:04:32 +08:00
MrKBear added this to the CORE-底层架构 project 2022-01-20 16:04:40 +08:00
Owner

请在 API 封装时,正常重写 baseUrl, 示例:

public override baseUrl: string = "url";
请在 API 封装时,正常重写 ```baseUrl```, 示例: ```typescript public override baseUrl: string = "url"; ```
Sign in to join this conversation.
No description provided.