anxiao_web/pages/hikVideo/js/leftPage.js

5 lines
102 B
JavaScript

import { showTree } from "./tree.js";
function showLeftPage(){
showTree();
}
export {showLeftPage}