This website requires JavaScript.
Flaschengeist
Help
Sign In
ferfissimo
/
flaschengeist-frontend
forked from
Flaschengeist/flaschengeist-frontend
Watch
1
Star
0
Fork
You've already forked flaschengeist-frontend
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fb8fc09e8d
flaschengeist-frontend
/
src
/
config.ts
6 lines
62 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add baseURL to axios
2020-10-15 01:35:44 +00:00
const
config
=
{
Simplyfied login guard, fixed exception in RoleSettings
2020-11-13 03:30:05 +00:00
baseURL
:
'/api'
Add baseURL to axios
2020-10-15 01:35:44 +00:00
}
;
Title für MainLink aus dem Store Funktion implementiert, damit Namen aus dem Store (getters) geladen werden können. Sobald im Title 'loadFromStore("<parameter>")' vorhanden ist, wird $store.dispatch(parameter) aufgerufen und als titel rausgegeben.
2020-10-17 10:56:25 +00:00
export
default
config
;