| | |
| | | import Header from '@/components/header' |
| | | import MKEmitter from '@/utils/events.js' |
| | | import Sidemenu from '@/components/sidemenu' |
| | | import QueryLog from '@/components/querylog' |
| | | // import QueryLog from '@/components/querylog' |
| | | import ImgScale from '@/components/imgScale' |
| | | |
| | | // import './index.scss' |
| | |
| | | {navBar === 'shutter' || navBar === 'menu_board_navigation' ? |
| | | <Tabview key="tabview"/> : |
| | | <Breadview key="breadview"/>} |
| | | {window.GLOB.systemType === 'production' ? <QueryLog /> : null} |
| | | {/* {window.GLOB.systemType === 'production' ? <QueryLog /> : null} */} |
| | | <ImgScale /> |
| | | </div> |
| | | ) |