#
zjj
2025-05-12 d3009688be2d4a17d1a958e200cfee1f06ca51d9
#
1个文件已修改
4 ■■■■ 已修改文件
common/request.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
common/request.js
@@ -15,8 +15,8 @@
    return new Promise((resolve, reject) => {
        const token = uni.getStorageSync('token');
        // const URL = 'http://47.76.147.249:8080/rsf-server/pda' + url;
        // const URL = 'http://test.zoneyung.net:8080/rsf-server/pda' + url;
        const URL = 'http://127.0.0.1:8080/rsf-server/pda' + url;
        const URL = 'http://test.zoneyung.net:8080/rsf-server/pda' + url;
        // const URL = 'http://127.0.0.1:8080/rsf-server/pda' + url;
        uni.request({
            url: URL,
            data: postData,