mirror of
https://github.com/fatedier/frp.git
synced 2026-04-28 20:19:10 +08:00
fix web js (#2444)
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
proxies: null
|
||||
proxies: new Array(),
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user