Update app.js

This commit is contained in:
Mr Chen 2024-12-09 19:33:07 +08:00
parent 326179479c
commit e70fa6d257
1 changed files with 2 additions and 1 deletions

View File

@ -884,7 +884,8 @@ function mysqlRunMysqlTab(name){
// ------------------------- mysql start -------------------------------
function mysqlGetSid(){
return 0;
return $('#mysql select[name=sid]').val();
// return 0;
}
function mysqlGetDbName(){