ll
liukangdong
2024-09-29 f6ac139bf416f98c3a3d28f6b1d80e4598bd648f
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 || {