ll
liukangdong
2024-10-12 7685298b2f772851d8537945fa3bb5a4b2ffbb1b
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 || {