liukangdong
2024-09-24 a1647a5152e3d368ec2fb738ca7cc858e220d06c
h5_meeting/utils/service.js
@@ -12,8 +12,9 @@
            title: '加载中',
            mask: true
         })
         const param = uni.getStorageSync('param') || {}
         uni.request({
            url: baseUrl + options.url,
            url: param.baseUrl || baseUrl + options.url,
            data: options.data || {},
            method: options.method || 'GET',
            header: options.header || {