改造env环境机制

This commit is contained in:
2025-07-25 18:39:35 +08:00
parent c3eb7b63b2
commit de8f33055d
11 changed files with 950 additions and 10 deletions

View File

@@ -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',