改造env环境机制
This commit is contained in:
@@ -129,7 +129,7 @@ export async function removeBatchTenant(data: (number | undefined)[]) {
|
||||
*/
|
||||
export async function updateTenantPassword(
|
||||
tenantId?: number,
|
||||
password = 'gxwebsoft.com'
|
||||
password?: string
|
||||
) {
|
||||
const res = await request.put<ApiResult<unknown>>(
|
||||
SERVER_API_URL + '/system/tenant/password',
|
||||
|
||||
Reference in New Issue
Block a user