From c0ff61d066a9f65aa0cdbeb1e10a249763f1e966 Mon Sep 17 00:00:00 2001 From: yxl <584911253@qq.com> Date: 星期四, 02 一月 2025 09:58:41 +0800 Subject: [PATCH] 最新代码提交 --- public/config/config.js | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index 4b68570..e1ea279 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -8,13 +8,16 @@ retTime: 2000, // apiUrl: "/api/", // apiUrl: "http://192.168.11.95:7777/api/", - wsHost: "ws://192.168.11.194/ws/asset", + // wsHost: "ws://192.168.11.194/ws/asset", + // wsHost: "ws://103.135.160.14:7800/ws/asset", + wsHost: "ws://103.135.160.14:7777/ws/asset", localUrl: "http://192.168.112.13:12315", - apiUrl: "http://192.168.11.125:7777", + // apiUrl: "http://192.168.11.125:7777", // apiUrl: "http://103.135.160.14:5381/",0 // apiUrl: location.origin, // apiUrl: "http://192.168.11.194", - // apiUrl:" http://103.135.160.14:7800", + // apiUrl:"http://103.135.160.14:7800", + apiUrl:"/dev-api", imgUrl: webHost + "/image/", reportMd: "/Data/Report.md", reportDocx: "/Data/Report.docx", -- Gitblit v1.9.3