1 |
- {"remainingRequest":"E:\\boman-framwork\\ruoyi-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\boman-framwork\\ruoyi-ui\\src\\views\\monitor\\druid\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"E:\\boman-framwork\\ruoyi-ui\\src\\views\\monitor\\druid\\index.vue","mtime":1619333322845},{"path":"E:\\boman-framwork\\ruoyi-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\boman-framwork\\ruoyi-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"E:\\boman-framwork\\ruoyi-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\boman-framwork\\ruoyi-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KDQpleHBvcnQgZGVmYXVsdCB7DQogIG5hbWU6ICJEcnVpZCIsDQogIGRhdGEoKSB7DQogICAgcmV0dXJuIHsNCiAgICAgIHNyYzogcHJvY2Vzcy5lbnYuVlVFX0FQUF9CQVNFX0FQSSArICIvZHJ1aWQvaW5kZXguaHRtbCIsDQogICAgICBoZWlnaHQ6IGRvY3VtZW50LmRvY3VtZW50RWxlbWVudC5jbGllbnRIZWlnaHQgLSA5NC41ICsgInB4OyIsDQogICAgICBsb2FkaW5nOiB0cnVlDQogICAgfTsNCiAgfSwNCiAgbW91bnRlZDogZnVuY3Rpb24oKSB7DQogICAgc2V0VGltZW91dCgoKSA9PiB7DQogICAgICB0aGlzLmxvYWRpbmcgPSBmYWxzZTsNCiAgICB9LCAyMzApOw0KICAgIGNvbnN0IHRoYXQgPSB0aGlzOw0KICAgIHdpbmRvdy5vbnJlc2l6ZSA9IGZ1bmN0aW9uIHRlbXAoKSB7DQogICAgICB0aGF0LmhlaWdodCA9IGRvY3VtZW50LmRvY3VtZW50RWxlbWVudC5jbGllbnRIZWlnaHQgLSA5NC41ICsgInB4OyI7DQogICAgfTsNCiAgfQ0KfTsNCg=="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;AAMA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/views/monitor/druid","sourcesContent":["<template>\r\n <div v-loading=\"loading\" :style=\"'height:'+ height\">\r\n <iframe :src=\"src\" frameborder=\"no\" style=\"width: 100%;height: 100%\" scrolling=\"auto\" />\r\n </div>\r\n</template>\r\n<script>\r\nexport default {\r\n name: \"Druid\",\r\n data() {\r\n return {\r\n src: process.env.VUE_APP_BASE_API + \"/druid/index.html\",\r\n height: document.documentElement.clientHeight - 94.5 + \"px;\",\r\n loading: true\r\n };\r\n },\r\n mounted: function() {\r\n setTimeout(() => {\r\n this.loading = false;\r\n }, 230);\r\n const that = this;\r\n window.onresize = function temp() {\r\n that.height = document.documentElement.clientHeight - 94.5 + \"px;\";\r\n };\r\n }\r\n};\r\n</script>\r\n"]}]}
|