From f07aca58c4e1d96c8e75c90b021b00c593bcffff Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期二, 28 五月 2024 11:36:17 +0800 Subject: [PATCH] 1、平台接口修改以及web端后台的修改。 2、对平台的更新jar包上传。 --- 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