From 98f0f63d94a2d764f64f151d967b40ea5c5b3dcc Mon Sep 17 00:00:00 2001 From: liupopo Date: Tue, 14 Nov 2023 10:36:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8E=A5=E5=8F=A3=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 3 ++- src/router/index.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index fcedf16..833ea9f 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,7 @@ ENV = 'production' # base api -VUE_APP_BASE_API = '/gd36524api' +VUE_APP_BASE_API = '/reportwxmpapi' +# VUE_APP_BASE_API = '/gd36524api' VUE_APP_PUBLIC_PATH = "/map365/" diff --git a/src/router/index.js b/src/router/index.js index cbe9e36..b6802ae 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -19,7 +19,7 @@ export const constantRoutes = [ }, { path: '/', - redirect: 'map' + redirect: 'mortgage' }, { path: '/map', component: () => import('@/views/map/index.vue'),