api修改

This commit is contained in:
dzl 2025-05-29 10:44:03 +08:00
parent 514eecedee
commit 41fd74691e

View File

@ -5,7 +5,7 @@ import {
import config from './config'; import config from './config';
export const apiUrl = config.apiUrl; export const apiUrl = config.apiUrl;
let baseUrl = apiUrl let baseUrl = apiUrl
baseUrl += "ebike/" // baseUrl += "ebike/"
export const callCoreApi = (url, parmas = {}, method = 'post') => { export const callCoreApi = (url, parmas = {}, method = 'post') => {
return HttpRequest(baseUrl + "maintenance/core/" + url, method, parmas); return HttpRequest(baseUrl + "maintenance/core/" + url, method, parmas);