管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-01-16 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf
src/views/maintenance/databaseMonitoring.vue
@@ -3,7 +3,7 @@
    <iframe
      id="iframe"
      :src="sql_Url"
      style="height: 100%"
      height="98%"
      width="100%"
      frameborder="0"
    ></iframe>
@@ -26,8 +26,9 @@
  },
  //方法集合
  methods: {
    handleSelectionChange() {},
    handleSelectionChange() { },
    getUrl() {
      if (this.$store.state.iframeMsg.indexOf('token=') != -1) {
        this.sql_Url = this.$store.state.iframeMsg + getToken();
      } else {
@@ -38,16 +39,15 @@
  created() {
    this.getUrl();
  },
  mounted() {},
  mounted() { },
};
</script>
<style lang="less" scoped>
//@import url(); 引入公共css类
.databaseMonitoring_box {
  border-radius: 10px;
  height: 81%;
  width: 97%;
  height: 98%;
  width: 98%;
  padding: 1%;
  position: absolute;
  box-sizing: border-box;
}
</style>