fix web js (#2444)

This commit is contained in:
fatedier
2021-06-09 11:53:39 +08:00
committed by GitHub
parent 56925961df
commit c7d4637382
16 changed files with 16 additions and 16 deletions

View File

@@ -92,7 +92,7 @@
export default {
data() {
return {
proxies: null,
proxies: new Array(),
vhost_https_port: '',
subdomain_host: ''
}