|
@@ -68,7 +68,7 @@ class Request {
|
|
if (process.env.NODE_ENV !== 'development') {
|
|
if (process.env.NODE_ENV !== 'development') {
|
|
console.log("请求地址:" + this.url, this.data)
|
|
console.log("请求地址:" + this.url, this.data)
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
weixin.request({
|
|
weixin.request({
|
|
url: this.url,
|
|
url: this.url,
|
|
method: this.method,
|
|
method: this.method,
|
|
@@ -206,4 +206,4 @@ export const upload = (url) => (params) => {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
})
|
|
})
|
|
-}
|
|
|
|
|
|
+}
|