Skip to content

Commit ca96cd7

Browse files
committed
adapt ivorySQL 4.5
1 parent d997c65 commit ca96cd7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

public/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ globalShowRegister = true
77
disableNative = false
88
// 数据库类型
99
dbtype = "IvorySQL"
10-
dbversion = "3.0"
10+
dbversion = "4.5"

src/views/CloudNative/Monitor/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ export default {
129129
},
130130
setTimer() {
131131
var _this = this
132-
_this.clock = window.setInterval(() => {
132+
// _this.clock = window.setInterval(() => {
133133
_this.getMonitorUrlTimer()
134-
}, 10000)
134+
// }, 10000)
135135
},
136136
getMonitorUrlTimer() {
137137
const _this = this

0 commit comments

Comments
 (0)