Version und Backend geändert
This commit is contained in:
parent
3ea93fb800
commit
f8e486bad9
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "newgruecht-vue",
|
"name": "newgruecht-vue",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<v-btn icon @click="reload()">
|
<v-btn icon @click="reload()">
|
||||||
<v-img src="@/assets/logo-64.png" contain height="40"></v-img>
|
<v-img src="@/assets/logo-64.png" contain height="40"></v-img>
|
||||||
</v-btn>
|
</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-spacer/>
|
||||||
<v-btn icon v-if="getRouteName == 'resetPassword'" @click="goTo('login')">
|
<v-btn icon v-if="getRouteName == 'resetPassword'" @click="goTo('login')">
|
||||||
<v-icon>
|
<v-icon>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
//const main = 'https://192.168.5.128:5000/'
|
//const main = 'https://192.168.5.128:5000/'
|
||||||
//const main = 'http://localhost:5000/'
|
//const main = 'http://localhost:5000/'
|
||||||
//const main = 'http://192.168.5.118:5000/'
|
//const main = 'http://192.168.5.118:5000/'
|
||||||
//const main = 'https://groeger-clan.duckdns.org:5000/'
|
const main = 'https://groeger-clan.duckdns.org:5000/'
|
||||||
const main = 'https://flaschengeist.wu5.de:5000/'
|
//const main = 'https://flaschengeist.wu5.de:5000/'
|
||||||
|
|
||||||
const url = {
|
const url = {
|
||||||
login: main + 'login',
|
login: main + 'login',
|
||||||
|
|
Loading…
Reference in New Issue