Jacky 4 년 전
부모
커밋
36e5af52ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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("服务器错误")