From 71ea99937dec5c8b0d21923e399b7623a7c65174 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 20 Jul 2021 21:45:13 +0800
Subject: [PATCH] 版本更新

---
 store/actions.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/store/actions.js b/store/actions.js
index c144777..fc08f3b 100644
--- a/store/actions.js
+++ b/store/actions.js
@@ -16,7 +16,7 @@
 				},
 			],
 			pasw = md5(data.pass),
-			url = 'http://s16s652780.51mypc.cn/api/blade-auth/oauth/token?tenantId=963841&username=' + data.name +
+			url = 'http://s16s652780.51mypc.cn/api/blade-auth/oauth/token?tenantId=000000&username=' + data.name +
 			' &password=' + pasw + '&grant_type=password&scope=all&type=account';
 		// url ='http://192.168.0.109:82/blade-auth/oauth/token';
 		// url ='http://192.168.0.109:82/blade-auth/oauth/token?tenantId=000000&username=admin&password=93369e86dc5fa854a0eaf75558c4039d&grant_type=password';
@@ -36,7 +36,7 @@
 			header: {
 				// "Content-Type":"",
 				"Authorization": "Basic c2FiZXI6c2FiZXJfc2VjcmV0",
-				"Tenant-Id": "963841"
+				"Tenant-Id": "000000"
 
 				// "Cookie": "JSESSIONID=maOJY05vT2jj4nHwsQGSPgWWVFH1mY-TGWOLYCSh"
 			},

--
Gitblit v1.9.3