parent
641e7a0d8f
commit
56daa7c501
@ -28,7 +28,7 @@ const Privacy = import('./components/Privacy.vue');
|
|||||||
const Register = import('./components/Register.vue');
|
const Register = import('./components/Register.vue');
|
||||||
const Profile = () => import('./components/Profile.vue');
|
const Profile = () => import('./components/Profile.vue');
|
||||||
//
|
//
|
||||||
let routes = [ { path: '/', component: EnvError } ];
|
let routes = [ { path: '/:pathMatch(.*)*', component: EnvError } ];
|
||||||
if (typeof config !== 'undefined') {
|
if (typeof config !== 'undefined') {
|
||||||
if (config.baseurl && config.documentserver_key) {
|
if (config.baseurl && config.documentserver_key) {
|
||||||
routes = [
|
routes = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user