From e458320cba7664a484d3a763e288047edb74d55f Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期五, 26 十月 2018 15:52:02 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whychdw@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/pages/js/pages/siderbar.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/pages/js/pages/siderbar.js b/gx_tieta/WebRoot/pages/js/pages/siderbar.js index 6c6d979..9a2d311 100644 --- a/gx_tieta/WebRoot/pages/js/pages/siderbar.js +++ b/gx_tieta/WebRoot/pages/js/pages/siderbar.js @@ -568,6 +568,8 @@ } treeView.treeView(container, formatData); if(spread) { + location.hash="#"+homeInfo.StationName; + location.hash=""; treeView.spreadFolder('home', homeInfo.StationName, thirdSpread, true); } } -- Gitblit v1.9.1