anxiao_web/pages/hikVideo/js/leftPage.js

5 lines
102 B
JavaScript
Raw Normal View History

2024-07-24 09:22:32 +08:00
import { showTree } from "./tree.js";
function showLeftPage(){
showTree();
}
export {showLeftPage}