Jelajahi Sumber

Merge branch 'master' of http://221.182.8.141:11666/sujunlin/xld-gis-admin

tengmingxue 1 tahun lalu
induk
melakukan
7a8a0726f5
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/views/resource/proxy/map.data.ts

+ 2 - 2
src/views/resource/proxy/map.data.ts

@@ -87,12 +87,12 @@ export const columns: BasicColumn[] = [
   },
   {
     title: '代理地址',
-    dataIndex: 'MAPINGURL',
+    dataIndex: 'PUBLICCURL',
     width: 160,
   },
   {
     title: '真实地址',
-    dataIndex: 'PUBLICCURL',
+    dataIndex: 'MAPINGURL',
     width: 160,
   },