From dde0d79accbd03d1b590f02aea0cfc41a1a1aebd Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Mon, 10 Nov 2025 17:05:19 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E4=BF=AE=E6=94=B9=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/util/wordTohtml.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/wordTohtml.js b/src/util/wordTohtml.js index 3d546b4a..8462e101 100644 --- a/src/util/wordTohtml.js +++ b/src/util/wordTohtml.js @@ -1,6 +1,7 @@ const testUrl = "192.168.34.221:9111" // const testUrl = "219.147.96.219:9809" -const productUrl = "219.147.96.219:9809" // 线上正式 + // const productUrl = "219.147.96.219:9809" // 线上正式 +const productUrl = "192.168.3.9:39809" // 线上正式 //api后端接口地址 const BASE_URL = `http://${process.env.NODE_ENV === 'development' ? testUrl : productUrl}`; import axios from "axios";