Commit 0c0cba6432c2e720d80015b8078db5f5066ff85f

Authored by Andy
1 parent 7998b683

add 黄石官网首页加载慢 bug优化

Showing 1 changed file with 1 additions and 1 deletions
src/api/park.js
... ... @@ -6,7 +6,7 @@ import request from '@/utils/request'
6 6 */
7 7 export function queryParkLotInfoByOrgId(param) {
8 8 return request({
9   - url: '/realTime/queryParkLotInfoByOrgId',
  9 + url: '/realTime/queryParkLotInfoByOrgIdForHS',
10 10 method: 'post',
11 11 data:param
12 12 })
... ...