From b051f008e007a335948cd8f3b78c1f7629a4d6ac Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期一, 31 八月 2026 13:00:05 +0800 Subject: [PATCH] fix: 菜单高亮间歇性失效根因(el-menu 同路由导航回滚 activeIndex)——default-active 绑定路由+select 后宏任务纠正;feat: 修改密码(用户自改)+ admin 重置他人密码为 123456 --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 558e2e7..cbbfa1e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,33 @@ .DS_Store Thumbs.db desktop.ini + +# ==== ??/?????????==== +_shots/ +*.nb3 +*.dmp +backend.log* +energy-test.log +diag*.log +_*.py +_*.txt +_*.xlsx +_*.png +_*.json +_test_check*/ +_test_passenger/ +check_*.py +cmp*.py +dump_*.py +fix_*.py +inspect_*.py +patch_*.py +verify_*.py +write_readme.py +clear-bom.ps1 +verify_city*.txt + +deploy-test/ +# ==== packaged static dir (copied from dist, not committed) ==== +web/ +traffic-audit-server/web/ -- Gitblit v1.9.1