Procházet zdrojové kódy

Merge branch 'lixin' of gitadmin/tuoheng_lc_web into develop

pull/221/head
lixin před 1 rokem
rodič
revize
11b3250cae
5 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. +1
    -1
      src/components/BaseMap/BaseMap.vue
  2. +1
    -1
      src/components/PositionMsg/index.vue
  3. +1
    -1
      src/views/task-manage/all-task/components/BaseMap.vue
  4. +1
    -1
      src/views/task-manage/all-task/components/DemandDrawer.vue
  5. +1
    -1
      src/views/task-manage/all-task/components/LiveDrawer.vue

+ 1
- 1
src/components/BaseMap/BaseMap.vue Zobrazit soubor

@@ -48,7 +48,7 @@ export default {
new Tile({
visible: true,
source: new XYZ({
url: 'https://tianditu.t-aaron.com/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=f634525a82da65f715d168d7ba1899c0'
url: 'https://t0.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=f634525a82da65f715d168d7ba1899c0'
})
})
]

+ 1
- 1
src/components/PositionMsg/index.vue Zobrazit soubor

@@ -72,7 +72,7 @@ export default {
new Tile({
visible: true,
source: new XYZ({
url: 'https://tianditu.t-aaron.com/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=f634525a82da65f715d168d7ba1899c0'
url: 'https://t0.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=f634525a82da65f715d168d7ba1899c0'
})
})
]

+ 1
- 1
src/views/task-manage/all-task/components/BaseMap.vue Zobrazit soubor

@@ -37,7 +37,7 @@ export default {
new Tile({
visible: true,
source: new XYZ({
url: 'https://tianditu.t-aaron.com/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=f634525a82da65f715d168d7ba1899c0'
url: 'https://t0.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=f634525a82da65f715d168d7ba1899c0'
})
})
]

+ 1
- 1
src/views/task-manage/all-task/components/DemandDrawer.vue Zobrazit soubor

@@ -182,7 +182,7 @@ export default defineComponent({
new Tile({
visible: true,
source: new XYZ({
url: 'https://tianditu.t-aaron.com/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=f634525a82da65f715d168d7ba1899c0'
url: 'https://t0.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=f634525a82da65f715d168d7ba1899c0'
})
})
]

+ 1
- 1
src/views/task-manage/all-task/components/LiveDrawer.vue Zobrazit soubor

@@ -226,7 +226,7 @@ export default defineComponent({
new Tile({
visible: true,
source: new XYZ({
url: 'https://tianditu.t-aaron.com/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=f634525a82da65f715d168d7ba1899c0'
url: 'https://t0.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=f634525a82da65f715d168d7ba1899c0'
})
})
]

Načítá se…
Zrušit
Uložit