域名服务增加访问日志

This commit is contained in:
GoEdgeLab
2021-06-02 11:53:08 +08:00
parent 35cc12cdb8
commit 949a20f684
25 changed files with 577 additions and 35 deletions

View File

@@ -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) {