This commit is contained in:
2019-01-04 21:27:45 +00:00
parent 713a788ffd
commit 5e13a107be
4 changed files with 3 additions and 50 deletions

View File

@@ -103,7 +103,7 @@
<script>
/* xeslint-disable */
import apiMeta from "../api/apimeta";
import api from "../api/apiutil";
import aboutInfo from "../utils/aboutinfo";
import lt from "../api/locale";
export default {
@@ -135,8 +135,8 @@ export default {
},
mounted() {
this.clientInfo.version = aboutInfo.version;
apiMeta
.fetchAPIInfo()
api
.get("ServerInfo")
.then(response => {
this.serverInfo = response.data;
})