Browse Source

调整接口地址

master
liupopo 2 years ago
parent
commit
98f0f63d94
  1. 3
      .env.production
  2. 2
      src/router/index.js

3
.env.production

@ -2,6 +2,7 @@
ENV = 'production' ENV = 'production'
# base api # base api
VUE_APP_BASE_API = '/gd36524api' VUE_APP_BASE_API = '/reportwxmpapi'
# VUE_APP_BASE_API = '/gd36524api'
VUE_APP_PUBLIC_PATH = "/map365/" VUE_APP_PUBLIC_PATH = "/map365/"

2
src/router/index.js

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

Loading…
Cancel
Save