fix: 数据库状态不正常时,禁用部分设置
This commit is contained in:
		| @@ -23,7 +23,7 @@ export const updateMysqlAccess = (params: Database.ChangeInfo) => { | ||||
|     return http.post(`/databases/change/access`, params); | ||||
| }; | ||||
| export const updateMysqlPassword = (params: Database.ChangeInfo) => { | ||||
|     return http.post(`/databases/change/[password]`, params); | ||||
|     return http.post(`/databases/change/password`, params); | ||||
| }; | ||||
| export const updateMysqlVariables = (params: Array<Database.VariablesUpdate>) => { | ||||
|     return http.post(`/databases/variables/update`, params); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ssongliu
					ssongliu