jeecgboot-vue 1.0.0 版本发布

This commit is contained in:
zhangdaiscott
2022-03-10 09:47:29 +08:00
parent 8fc58eee4c
commit a2d39b4363
634 changed files with 55040 additions and 9659 deletions

View File

@@ -58,3 +58,6 @@ export interface requestParams {
export function getRequestToken({ headers }: requestParams): string | undefined {
return headers?.authorization;
}
//TODO 接口父路径(写死不够灵活)
export const baseUrl = '/jeecgboot/mock';