diff --git a/src/vue-poc/app.vue b/src/vue-poc/app.vue index 11d4dfc..37f9648 100644 --- a/src/vue-poc/app.vue +++ b/src/vue-poc/app.vue @@ -55,7 +55,9 @@ - + + Session + logout @@ -84,7 +86,7 @@ - Refresh: + Server hot load: .init @@ -161,6 +163,7 @@ {href: '/server/users',text: 'Users',icon: 'supervisor_account'}, {href: '/server/repo',text: 'Server code repository',icon: 'local_library'}, {href: '/server/websocket',text: 'Web socket',icon: 'swap_calls'}, + {href: '/server/upload',text: 'Upload to server',icon: 'file_upload'}, {href: '/server/ping',text: 'Ping',icon: 'update'} ]}, { @@ -191,8 +194,6 @@ text: 'More' , model: false, children: [ - - {href: '/session',text: 'Session',icon: 'person'}, {href: '/timeline',text: 'Time line',icon: 'timelapse'}, {href: '/select',text: 'Select',icon: 'extension'}, {href: '/puzzle',text: 'Puzzle',icon: 'extension'}, @@ -273,7 +274,7 @@ HTTP.get("status") .then(r=>{ - console.log("status",r) + //console.log("status",r) this.$auth=Object.assign(this.$auth,r.data); console.log("AFTER: ",this.$auth); //this.$forceUpdate() diff --git a/src/vue-poc/components/qd-fileupload.vue b/src/vue-poc/components/qd-fileupload.vue index a520051..1a66a37 100644 --- a/src/vue-poc/components/qd-fileupload.vue +++ b/src/vue-poc/components/qd-fileupload.vue @@ -4,13 +4,13 @@ -->