mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
fix web js (#2444)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
status: null
|
||||
status: new Array(),
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user