k94314517
2024-09-26 a8c8e4281c0298ce9a946b1d65166a2fe438ce1c
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 || {