From 59765cab961847dfd101e69ae6d8d1d501a5284c Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期二, 04 六月 2024 11:10:28 +0800
Subject: [PATCH] 1、ice配置文件上传
---
Source/ProjectWeb/src/api/user.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Source/ProjectWeb/src/api/user.js b/Source/ProjectWeb/src/api/user.js
index c869e41..b3d90d9 100644
--- a/Source/ProjectWeb/src/api/user.js
+++ b/Source/ProjectWeb/src/api/user.js
@@ -2,7 +2,7 @@
import website from "@/config/website";
export const loginByUsername = (tenantId, deptId, roleId, username, password, type, key) => request({
- url: '/api/blade-auth/oauth/token',
+ url: '/api/framework/loginController/login',
method: 'post',
headers: {
'Tenant-Id': tenantId,
--
Gitblit v1.9.3