From fad0a64ed68544758e42f600adcd15562d535fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 14 Apr 2023 18:30:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=B5=E5=AD=90=E5=9B=B4?= =?UTF-8?q?=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/GPS/car/index.vue | 12 +- .../src/views/report/temppresspeed/index.vue | 164 +++++++++--------- ruoyi-ui/vite.config.js | 4 +- 3 files changed, 90 insertions(+), 90 deletions(-) diff --git a/ruoyi-ui/src/views/GPS/car/index.vue b/ruoyi-ui/src/views/GPS/car/index.vue index f731080..56edeeb 100644 --- a/ruoyi-ui/src/views/GPS/car/index.vue +++ b/ruoyi-ui/src/views/GPS/car/index.vue @@ -12,10 +12,10 @@ @keyup.enter.native="handleQuery" /> - + - + + {{ t('option.search') }} {{ t('option.reset') }} - - - - + - + @@ -47,12 +42,12 @@
- +
- +
@@ -60,77 +55,82 @@ diff --git a/ruoyi-ui/vite.config.js b/ruoyi-ui/vite.config.js index 2bf97ac..eca58c4 100644 --- a/ruoyi-ui/vite.config.js +++ b/ruoyi-ui/vite.config.js @@ -34,9 +34,9 @@ export default defineConfig(({mode, command}) => { // open: true, proxy: { '/dev-api': { - // target: 'https://ticptest.tercelo.com/dev-api', + target: 'https://ticptest.tercelo.com/dev-api', // target: 'http://47.94.93.46/dev-api', - target: 'http://10.11.41.249:8080', + // target: 'http://10.11.41.249:8080', // target: 'http://localhost:8080', changeOrigin: true, rewrite: (p) => p.replace(/^\/dev-api/, '')