From b43d04ef7295105e78feb5980de619f58a9803a6 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 06 九月 2022 17:49:06 +0800
Subject: [PATCH] 2022.9.6 代码结构整理
---
service/baserequest.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/service/baserequest.js b/service/baserequest.js
index c5b0c65..464bfb6 100644
--- a/service/baserequest.js
+++ b/service/baserequest.js
@@ -11,12 +11,12 @@
const originProperties = ['url', 'data', 'header', 'method', 'success', 'fail', 'complete'];
// const baseUrl = "http://127.0.0.1:8080"
-// const baseUrl = "http://192.168.0.117:8080"
+// const baseUrl = "http://192.168.1.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/"
-const baseFileUrl = baseUrl + "/meeting/file/"
+const baseFileUrl = "https://fyami.com.cn:447/meeting/file/"
function request(fun) {
if (fun.params != undefined) {
--
Gitblit v1.9.3