From 0e7b40d43d7cabdd8a06cffba8ab2279c58502b2 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 27 Oct 2023 16:52:46 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

---
 api/user.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/api/user.js b/api/user.js
index 11beb9b..4760b63 100644
--- a/api/user.js
+++ b/api/user.js
@@ -3,7 +3,7 @@
 // 获取token
 const token = (tenantId, username, password, type) => {
 	return http.request({
-		url: '/api/blade-auth/oauth/token',
+		url: '/blade-auth/oauth/token',
 		method: 'POST',
 		header: {
 			'Tenant-Id': tenantId

--
Gitblit v1.9.3