diff --git a/src/components/TabsMenuElements/ProfileView/Components/ProfileContainer.vue b/src/components/TabsMenuElements/ProfileView/Components/ProfileContainer.vue
index 2c316d3..fa2dfeb 100644
--- a/src/components/TabsMenuElements/ProfileView/Components/ProfileContainer.vue
+++ b/src/components/TabsMenuElements/ProfileView/Components/ProfileContainer.vue
@@ -77,6 +77,7 @@
IP : {{player_ip}}
+Страна : {{this.player['play_on']['country']}}
Убийств : {{this.player['play_on']['kills']}}
Смертей : {{this.player['play_on']['deads']}}
Наиграно : {{usertime.total}}
diff --git a/vue.config.js b/vue.config.js index bc5149a..eda5edb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,8 +4,7 @@ module.exports = defineConfig({ devServer: { proxy: { "/api": { - //target: "http://192.168.3.3:26272/api/", - target: "http://176.214.243.79:26272/api", + target: "http://192.168.3.3:26272/api/", secure: false, changeOrigin: true, pathRewrite: { '^/api': '' },