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'),