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";