src/views/maintenance/databaseMonitoring.vue
@@ -29,12 +29,11 @@ methods: { handleSelectionChange() { }, getUrl() { var url = this.$store.state.iframeMsg; if (url.indexOf('{host}') != -1) { url = url.replace('{host}', ipConfig) } var url = this.$store.state.iframeMsg; if (url.indexOf('{webHost}') != -1) { url = url.replace('{webHost}', webHost) } if (url.indexOf('token=') != -1) { this.sql_Url = url + getToken(); } else { @@ -54,6 +53,6 @@ height: 98%; width: 98%; padding: 1%; position: absolute; } </style>