api
This commit is contained in:
parent
7c4f609442
commit
ffaf738960
|
|
@ -1,6 +1,6 @@
|
||||||
// API服务层,用于与后端进行交互
|
// API服务层,用于与后端进行交互
|
||||||
|
|
||||||
const API_BASE_URL = 'http://localhost:3000/api';
|
const API_BASE_URL = '/api';
|
||||||
|
|
||||||
// 通用请求函数
|
// 通用请求函数
|
||||||
async function request(url, options = {}) {
|
async function request(url, options = {}) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue