| | |
| | | "axios": "0.24.0",
|
| | | "clipboard": "2.0.8",
|
| | | "core-js": "3.25.3",
|
| | | "echarts": "4.9.0",
|
| | | "echarts": "5.4.0",
|
| | | "element-ui": "2.15.10",
|
| | | "file-saver": "2.0.5",
|
| | | "fuse.js": "6.4.3",
|
| | |
| | | }
|
| | | },
|
| | | mounted() {
|
| | | this.insertToBody()
|
| | | this.addEventClick()
|
| | | },
|
| | | beforeDestroy() {
|
| | |
| | | this.show = false
|
| | | window.removeEventListener('click', this.closeSidebar)
|
| | | }
|
| | | },
|
| | | insertToBody() {
|
| | | const elx = this.$refs.rightPanel
|
| | | const body = document.querySelector('body')
|
| | | body.insertBefore(elx, body.firstChild)
|
| | | }
|
| | | }
|
| | | }
|
| | |
| | | </template>
|
| | |
|
| | | <script>
|
| | | import echarts from 'echarts'
|
| | | import * as echarts from 'echarts';
|
| | | require('echarts/theme/macarons') // echarts theme
|
| | | import resize from './mixins/resize'
|
| | |
|
| | |
| | | </template>
|
| | |
|
| | | <script>
|
| | | import echarts from 'echarts'
|
| | | import * as echarts from 'echarts';
|
| | | require('echarts/theme/macarons') // echarts theme
|
| | | import resize from './mixins/resize'
|
| | |
|
| | |
| | | </template>
|
| | |
|
| | | <script>
|
| | | import echarts from 'echarts'
|
| | | import * as echarts from 'echarts';
|
| | | require('echarts/theme/macarons') // echarts theme
|
| | | import resize from './mixins/resize'
|
| | |
|
| | |
| | | </template>
|
| | |
|
| | | <script>
|
| | | import echarts from 'echarts'
|
| | | import * as echarts from 'echarts';
|
| | | require('echarts/theme/macarons') // echarts theme
|
| | | import resize from './mixins/resize'
|
| | |
|
| | |
| | |
|
| | | <script>
|
| | | import { getCache } from "@/api/monitor/cache";
|
| | | import echarts from "echarts";
|
| | | import * as echarts from "echarts";
|
| | |
|
| | | export default {
|
| | | name: "Cache",
|