zhaojs
2023-07-24 e5dc4e506100748773f5b928902cf9912b130f46
no message
已修改3个文件
11 ■■■■ 文件已修改
.gitignore 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/apph5/manifest.json 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/apph5/request/index.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.gitignore
@@ -11,4 +11,5 @@
node_modules
/uniapp/unpackage/*
runtime/log/*
/application/extra/*
/application/extra/*
h5/apph5/unpackage/dist/build/
h5/apph5/manifest.json
@@ -72,6 +72,9 @@
    "h5" : {
        "router" : {
            "mode" : "history"
        },
        "devServer" : {
            "https" : false
        }
    }
}
h5/apph5/request/index.js
@@ -1,7 +1,8 @@
export default class Request{
     http(param) {
            let postUrl="http://dfg.shop.com";
            let url = param.url;
            //let postUrl="http://dfg.shop.com";
            let postUrl="";
            let url = param.url;
            let method = param.method;
            let header = param.header || {};
            //let data = Object.assign(param.data || {});