From b45a01a8bee4a9bff5f9c248ead301b8675d1099 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 28 十月 2022 17:22:35 +0800
Subject: [PATCH] 2022.10.28

---
 service/baserequest.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/service/baserequest.js b/service/baserequest.js
index 60611b2..3a5e333 100644
--- a/service/baserequest.js
+++ b/service/baserequest.js
@@ -11,12 +11,12 @@
 const util = require("../utils/util.js")
 
 const originProperties = ['url', 'data', 'header', 'method', 'success', 'fail', 'complete'];
-const baseUrl = "http://192.168.0.137:8080"
+// const baseUrl = "http://192.168.0.137:8080"
 // const baseUrl = "https://fyami.com.cn:447"
-// const baseUrl = "https://fyami.com.cn"
+const baseUrl = "https://fyami.com.cn"
 
-// const bu = "https://fyami.com.cn"
-const bu = "https://fyami.com.cn:447"
+const bu = "https://fyami.com.cn"
+// const bu = "https://fyami.com.cn:447"
 const basePicUrl = `${bu}/images/`
 const baseIconUrl = `${bu}/images/weixin/eplaw/`
 const baseFileUrl = `${bu}/meeting/file/`
@@ -62,7 +62,7 @@
     console.log("--------------璇锋眰閿欒----------------" + fun.url);
     console.log(error);
     wx.showToast({
-      title: error.errMsg,
+      title: '璇锋眰澶辫触',
       icon: 'none',
       duration: 2000
     })

--
Gitblit v1.9.3