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>