Jacky %!s(int64=4) %!d(string=hai) anos
pai
achega
36e5af52ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      nginx-ui-frontend/src/views/DomainEdit.vue

+ 1 - 1
nginx-ui-frontend/src/views/DomainEdit.vue

@@ -115,7 +115,7 @@ export default {
         if (this.name) {
             this.$api.domain.get(this.name).then(r => {
                 this.configText = r.config
-                this.parse(r.config)
+                this.parse(r)
             }).catch(r => {
                 console.log(r)
                 this.$message.error("服务器错误")