diff --git a/quasar.config.js b/quasar.config.js index bbbe43cf1577b967197b208f7c54de548bee9ea3..634b7375655d14f0d1e0f6c46f6ae64c9a23f19e 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -102,13 +102,13 @@ module.exports = configure(function (ctx) { open: true, // opens browser window automatically proxy: { '/api': { - target: 'https://social.netall.live', + target: 'http://172.16.86.239:8000', secure: false, changeOrigin: true // rewrite: (path) => path.replace(/^\/api/, '') }, '/media': { - target: 'https://social.netall.live', + target: 'http://172.16.86.239:8000', secure: false, changeOrigin: true }, diff --git a/src/components/headr/DesktopHeader.vue b/src/components/headr/DesktopHeader.vue index baf1d57e6de7ee03f966c659959d2bd32d84598c..1bb97953d57761972877a979947342579e92236f 100644 --- a/src/components/headr/DesktopHeader.vue +++ b/src/components/headr/DesktopHeader.vue @@ -4,14 +4,15 @@