From fe1a028d6ad03860a9836951eaf4de6165d073d7 Mon Sep 17 00:00:00 2001 From: jhzh <1628036192@qq.com> Date: Sun, 07 Apr 2024 11:09:40 +0800 Subject: [PATCH] 修改:客户问题处理 --- src/axios/api.url.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/axios/api.url.js b/src/axios/api.url.js index 190c4f9..128eaf0 100644 --- a/src/axios/api.url.js +++ b/src/axios/api.url.js @@ -6,7 +6,10 @@ /* Util API */ // baseURL: '/', // baseURL: 'http://www.jumptalk.net:8091', + // 0311 baseURL: "https://api.3falcon.com/", + // 本地 + // baseURL: "http://192.168.0.113:8091/", // baseURL: "http://192.168.0.104:8091/", // baseURL: 'http://121.43.237.202:8091/', // baseURL: 'http://192.168.0.103:8091/', -- Gitblit v1.9.3