feat 修改后端服务地址

feat 修改后端服务地址
This commit is contained in:
耿阳 2024-05-29 09:22:43 +08:00
parent 730d4ec8ff
commit 37e7ac68b2

View File

@ -10,7 +10,7 @@ import { Notify } from "quasar";
// "export default () => {}" function below (which runs individually
// for each client)
const api = axios.create({
baseURL: "http://192.168.1.244:8085/", //接口统一域名
baseURL: " http://114.218.158.24:8085/", //接口统一域名
timeout: 60 * 60 * 10000,
authToken: true,
responseType: "json", // 请求数据格式