Commit 6f3d060a by LJM

css

parent 1896e710
Showing with 1 additions and 0 deletions
...@@ -29,6 +29,7 @@ const request = (url = '', type = 'GET', param = {}, Loading) => { ...@@ -29,6 +29,7 @@ const request = (url = '', type = 'GET', param = {}, Loading) => {
data: params, data: params,
header: header, header: header,
dataType: 'json', dataType: 'json',
withCredentials: true,
success: response => { success: response => {
if (Loading) uni.hideLoading(); if (Loading) uni.hideLoading();
if (response.statusCode === 200) { if (response.statusCode === 200) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment