Version und Backend geändert

This commit is contained in:
Tim Gröger 2020-08-24 16:07:30 +02:00
parent 3ea93fb800
commit f8e486bad9
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "newgruecht-vue",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@ -12,7 +12,7 @@
<v-btn icon @click="reload()">
<v-img src="@/assets/logo-64.png" contain height="40"></v-img>
</v-btn>
<v-toolbar-title>Flaschengeist <span class="caption">v1.0.1</span></v-toolbar-title>
<v-toolbar-title>Flaschengeist <span class="caption">v1.1.0 beta 0</span></v-toolbar-title>
<v-spacer/>
<v-btn icon v-if="getRouteName == 'resetPassword'" @click="goTo('login')">
<v-icon>

View File

@ -1,8 +1,8 @@
//const main = 'https://192.168.5.128:5000/'
//const main = 'http://localhost:5000/'
//const main = 'http://192.168.5.118:5000/'
//const main = 'https://groeger-clan.duckdns.org:5000/'
const main = 'https://flaschengeist.wu5.de:5000/'
const main = 'https://groeger-clan.duckdns.org:5000/'
//const main = 'https://flaschengeist.wu5.de:5000/'
const url = {
login: main + 'login',