liukangdong
2024-09-29 09132fa0cc6f9d9dba97e12b50700c2ef51a0b6e
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 || {