This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<v-subheader>{{ $ay.t("Server") }}</v-subheader>
|
||||
<div>
|
||||
<span class="ml-6 text-body-1">{{ $ay.t("ServerAddress") }}: </span>
|
||||
<span class="text-body-2">{{ $store.state.apiUrl }}</span>
|
||||
<span class="text-body-2">{{ apiUrl }}</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="ml-6 text-body-1">{{ $ay.t("Version") }}: </span>
|
||||
@@ -158,6 +158,11 @@ export default {
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
apiUrl() {
|
||||
return window.$gz.api.APIUrl("");
|
||||
}
|
||||
},
|
||||
async created() {
|
||||
const vm = this;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user