forked from Mxmilu666/frp
fix web js (#2444)
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
proxies: null
|
||||
proxies: new Array(),
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user