From bd3a9d7086f5a428b385599ba2cb08299b22c0df Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 15 九月 2022 09:26:18 +0800 Subject: [PATCH] 2022.9.14 --- service/baserequest.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service/baserequest.js b/service/baserequest.js index 20db2fc..0eec8ca 100644 --- a/service/baserequest.js +++ b/service/baserequest.js @@ -11,8 +11,8 @@ const originProperties = ['url', 'data', 'header', 'method', 'success', 'fail', 'complete']; // const baseUrl = "http://127.0.0.1:8080" -const baseUrl = "http://192.168.0.105:8080" -// const baseUrl = "https://fyami.com.cn:447" +// const baseUrl = "http://192.168.0.106:8080" +const baseUrl = "https://fyami.com.cn:447" // const basePicUrl = baseUrl + "/images/" const basePicUrl = "https://fyami.com.cn:447/images/" const baseIconUrl = "https://fyami.com.cn:447/images/weixin/eplaw/" -- Gitblit v1.9.3