jeecgboot-vue 1.0.0 版本发布
This commit is contained in:
@@ -58,3 +58,6 @@ export interface requestParams {
|
||||
export function getRequestToken({ headers }: requestParams): string | undefined {
|
||||
return headers?.authorization;
|
||||
}
|
||||
|
||||
//TODO 接口父路径(写死不够灵活)
|
||||
export const baseUrl = '/jeecgboot/mock';
|
||||
|
Reference in New Issue
Block a user