feat: 修改端口
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
|
||||
import api from '@/api/http'
|
||||
import { setToken, getRefreshToken } from '@/utils/auth'
|
||||
import { API_BASE } from '@/api/config'
|
||||
|
||||
const SERVER_BASE = import.meta.env.VITE_BASE_URL + '/app-api/member'
|
||||
const SERVER_BASE = API_BASE.APP_MEMBER
|
||||
|
||||
/**
|
||||
* 保存 token 的辅助函数
|
||||
|
||||
Reference in New Issue
Block a user