jiangping
2024-07-25 cdd2fc68ad94407c8660be4592c31f9c00d46b8f
提交
已修改2个文件
10 ■■■■■ 文件已修改
wechat_staff/pages/userinfo/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/utils/config.js 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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')
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/'