From 4bc74cce28fd8c01433bed66b4d36da0ba9b3f79 Mon Sep 17 00:00:00 2001 From: 张晓波 <bingbo1993@126.com> Date: 星期一, 30 十月 2023 10:29:29 +0800 Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe --- sz_app/api/http.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sz_app/api/http.js b/sz_app/api/http.js index fedc918..6ffb703 100644 --- a/sz_app/api/http.js +++ b/sz_app/api/http.js @@ -1,7 +1,7 @@ function Request() {} // export const basrUrl = 'https://pipe.thhy-tj.com/api'; // export const basrUrl = 'http://192.168.0.170:8880'; -export const basrUrl = 'http://111.30.93.212:8880'; +export const basrUrl = 'http://111.30.93.212:8089/suapi'; Request.prototype = { post: function(url, params) { return new Promise(function(resolve, reject) { -- Gitblit v1.9.3