diff --git a/src/api/index.js b/src/api/index.js index f8fecad..76fcb20 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -1,5 +1,5 @@ // API基础配置 -const BASE_URL = 'http://localhost:8080/api/v1' +const BASE_URL = 'https://sales.violin-work.online/api/v1' // 请求拦截器 const request = (url, method, data = {}) => {