mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
bug fix
This commit is contained in:
parent
eb706832d1
commit
36e5af52ae
1 changed files with 1 additions and 1 deletions
|
@ -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("服务器错误")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue