mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 23:00:25 +08:00
域名服务增加访问日志
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Vue.component("ns-cluster-selector", {
|
||||
props: ["v-cluster-id"],
|
||||
mounted: function () {
|
||||
let that = this
|
||||
|
||||
@@ -8,7 +9,6 @@ Vue.component("ns-cluster-selector", {
|
||||
that.clusters = resp.data.clusters
|
||||
})
|
||||
},
|
||||
props: ["v-cluster-id"],
|
||||
data: function () {
|
||||
let clusterId = this.vClusterId
|
||||
if (clusterId == null) {
|
||||
|
||||
Reference in New Issue
Block a user