From 83ddcb99e1fddf7b4087f18c5e8fbdda93080c1d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 31 Oct 2023 15:25:33 +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