mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-12 05:00:05 +00:00
no message
This commit is contained in:
parent
658795b1e7
commit
87631b349f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
},
|
||||
methods: {
|
||||
i18n(key) {
|
||||
return I18nManager ? I18nManager.t(key) : key;
|
||||
return key;
|
||||
},
|
||||
fetchDomains() {
|
||||
axios.get('blocked-domains/').then(res => {
|
||||
|
|
Loading…
Reference in a new issue