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