From cdd2fc68ad94407c8660be4592c31f9c00d46b8f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 25 七月 2024 14:19:33 +0800
Subject: [PATCH] 提交
---
wechat_staff/utils/config.js | 6 ++----
wechat_staff/pages/userinfo/index.js | 4 ++--
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/wechat_staff/pages/userinfo/index.js b/wechat_staff/pages/userinfo/index.js
index c67194e..a208323 100644
--- a/wechat_staff/pages/userinfo/index.js
+++ b/wechat_staff/pages/userinfo/index.js
@@ -135,7 +135,7 @@
filePath: res.tempFiles[0].tempFilePath,
name: 'file',
formData: {
- folder: "member"
+ folder: "users"
},
header: {
token: wx.getStorageSync('token')
@@ -177,7 +177,7 @@
filePath: res.tempFiles[0].tempFilePath,
name: 'file',
formData: {
- folder: "member"
+ folder: "users"
},
header: {
token: wx.getStorageSync('token')
diff --git a/wechat_staff/utils/config.js b/wechat_staff/utils/config.js
index a488a8e..a150c8d 100644
--- a/wechat_staff/utils/config.js
+++ b/wechat_staff/utils/config.js
@@ -1,7 +1,5 @@
-
-
-// export const baseUrl = 'http://192.168.0.135:10027'
-export const baseUrl = 'https://dmtest.ahapp.net/web_interface' // 鏈湴
+export const baseUrl = 'http://192.168.0.135:10027'
+// export const baseUrl = 'https://dmtest.ahapp.net/web_interface' // 鏈湴
// export const baseUrl = 'http://zbtest.ahapp.net/zbom_interface/jx/wechat/' //娴嬭瘯鏈嶅姟鍣�
// export const imageUrl = 'https://osswebcdn.zbom.com/jiaxuan/images/'
--
Gitblit v1.9.3