feat: 修改端口

This commit is contained in:
2025-11-11 23:51:17 +08:00
parent 5a4f528e4b
commit f7ca591f1c
12 changed files with 283 additions and 13 deletions

View File

@@ -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 的辅助函数