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