From 744b823e6772170ea70c8e7fa5a1eb706aac3854 Mon Sep 17 00:00:00 2001 From: wangpeng Date: Wed, 6 May 2026 10:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/request.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/request.js b/utils/request.js index 14c64ee..7a941ab 100644 --- a/utils/request.js +++ b/utils/request.js @@ -1,7 +1,8 @@ // 后台请求地址 import store from "../store/index"; import { decryptAes } from "@/utils/aesUtil"; -const requestPath = "http://39.103.206.194:9002/qhdkfq-regulatory/"; +const requestPath = "http://192.168.20.240:8591/dy-regulatory/"; +// const requestPath = "http://39.103.206.194:9002/qhdkfq-regulatory/"; function post(url, data) { const getUserInfo = store.getters.getUserInfo;