Browse Source

Merge branch 'master' of http://114.244.114.158:8802/siwei/real3d-portalsite

maxiaoxiao 11 tháng trước cách đây
mục cha
commit
1a689e866f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/analse.js

+ 1 - 1
src/api/analse.js

@@ -1,7 +1,7 @@
 import request from '@/utils/request'
 export function getDsm(params) {
     return request({
-        url: '/analyse/dsm',
+        url: '/analyse/raster/dsm',
         method: 'get',
         params
     })