From b77cc2d2012ecb4b876538ac7aee3edac7db8a2f Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Sun, 12 Nov 2023 19:05:07 +0800
Subject: [PATCH] 通知公告
---
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