管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-06 4e3d77dcbe421a4d6611ebcdd1ac3165cb36ad4b
src/views/maintenance/databaseMonitoring.vue
@@ -29,10 +29,10 @@
  methods: {
    handleSelectionChange() { },
    getUrl() {
      var url = this.$store.state.iframeMsg;
      if (url.indexOf('{host}') != -1) {
        url = url.replace('{host}', ipConfig)
      if (url.indexOf('{webHost}') != -1) {
        url = url.replace('{webHost}', webHost)
      }
 
      if (url.indexOf('token=') != -1) {
@@ -54,6 +54,6 @@
  height: 98%;
  width: 98%;
  padding: 1%;
  position: absolute;
}
</style>