From 37e7ac68b262ccef9d0676d114295b497da81ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=BF=E9=98=B3?= <997485446@qq.com> Date: Wed, 29 May 2024 09:22:43 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E4=BF=AE=E6=94=B9=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat 修改后端服务地址 --- src/boot/axios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/axios.js b/src/boot/axios.js index c7b9ce7..9f37c85 100644 --- a/src/boot/axios.js +++ b/src/boot/axios.js @@ -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", // 请求数据格式