@ -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/"
@ -19,7 +19,7 @@ export const constantRoutes = [
},
{
path: '/',
redirect: 'map'
redirect: 'mortgage'
}, {
path: '/map',
component: () => import('@/views/map/index.vue'),