mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-17 23:23:42 +08:00
feat(projects): 四种基本布局完成
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { createRequest } from './request';
|
||||
import { REQUEST_TIMEOUT } from './config';
|
||||
|
||||
export const adminRequest = createRequest({
|
||||
baseURL: import.meta.env.VITE_HTTP_URL_EMOSS_ADMIN as string,
|
||||
timeout: REQUEST_TIMEOUT
|
||||
baseURL: import.meta.env.VITE_HTTP_URL_EMOSS_ADMIN as string
|
||||
});
|
||||
|
Reference in New Issue
Block a user