From 9b5d2b2994faf3db15fbda99c4390b4a505fd506 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Wed, 06 Jan 2021 19:44:39 +0800
Subject: [PATCH] 导航返回键改用Taro api

---
 bases/Fetcher.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/bases/Fetcher.js b/bases/Fetcher.js
index 96b61aa..689321c 100644
--- a/bases/Fetcher.js
+++ b/bases/Fetcher.js
@@ -30,6 +30,7 @@
             'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8',
             'Ax-Rq-Type': 'separation',
         },
+        credentials: 'same-origin',
         dataType: 'json',
         timeout: 30 * 1000,
     };

--
Gitblit v1.9.1