liukangdong
2024-10-09 0e35f7cdaecc1c05f6a28784c2d66ce623ff77f1
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 || {