mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 16:34:19 +08:00
增加鲁棒性
This commit is contained in:
parent
233a5552a8
commit
9efc7a29df
@ -190,7 +190,7 @@ export default {
|
||||
},
|
||||
supportedService() {
|
||||
const origin = ["HandlerService", "LoggerService", "StatsService"];
|
||||
return origin.filter((it) => !this.table.api.services.includes(it));
|
||||
return origin.filter((it) => !this.table?.api?.services?.includes(it));
|
||||
},
|
||||
},
|
||||
created() {
|
||||
|
Loading…
Reference in New Issue
Block a user