diff --git a/quasar.config.ts b/quasar.config.ts index 20a0172..424e67f 100644 --- a/quasar.config.ts +++ b/quasar.config.ts @@ -106,12 +106,12 @@ export default defineConfig((/* ctx */) => { proxy: { // proxy all requests starting with /api to jsonplaceholder '/api': { - target: 'http://localhost:8000', + target: 'http://localhost:49151', changeOrigin: true, rewrite: (path) => path.replace(/^\/api/, ''), }, '/socket.io': { - target: 'http://localhost:8000', // Your backend WebSocket server + target: 'http://localhost:49151', // Your backend WebSocket server secure: false, // Set to true if using wss:// ws: true, // Enable WebSocket proxying rewriteWsOrigin: true, @@ -141,7 +141,7 @@ export default defineConfig((/* ctx */) => { }, // animations: 'all', // --- includes all animations // https://v2.quasar.dev/options/animations - animations: [], + animations: ['slideInLeft', 'slideOutLeft', 'slideOutRight'], // https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#sourcefiles // sourceFiles: { diff --git a/src/components/LRoutingMachine.vue b/src/components/LRoutingMachine.vue index 2d97fe9..fa4b347 100644 --- a/src/components/LRoutingMachine.vue +++ b/src/components/LRoutingMachine.vue @@ -1,84 +1,73 @@ + + diff --git a/src/components/LeafletTest.vue b/src/components/LeafletTest.vue index 6db9ed0..e8665aa 100644 --- a/src/components/LeafletTest.vue +++ b/src/components/LeafletTest.vue @@ -1,64 +1,168 @@ - - diff --git a/src/components/LocationMark.vue b/src/components/LocationMark.vue new file mode 100644 index 0000000..416a869 --- /dev/null +++ b/src/components/LocationMark.vue @@ -0,0 +1,226 @@ + + + + + diff --git a/src/components/MenuBar.vue b/src/components/MenuBar.vue index ce541c3..231ea5e 100644 --- a/src/components/MenuBar.vue +++ b/src/components/MenuBar.vue @@ -1,6 +1,6 @@