mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-07 01:33:43 +08:00
feat(ui): 新增系统管理员
This commit is contained in:
@@ -3,7 +3,7 @@ import tokenHandler from "./token";
|
||||
|
||||
const { _tokenData, refreshToken, setCurRequest } = tokenHandler();
|
||||
|
||||
const createInstance = (baseURL: string = (import.meta as any).env.VITE_PROXY_BASE_URL) => {
|
||||
const createInstance = (baseURL: string) => {
|
||||
|
||||
const instance = axios.create({
|
||||
baseURL,
|
||||
|
||||
Reference in New Issue
Block a user