ソースを参照

Merge branch 'lixin' of gitadmin/tuoheng_lc_web into develop

pull/221/head
lixin 1年前
コミット
11b3250cae
5個のファイルの変更5行の追加5行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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'
})
})
]

読み込み中…
キャンセル
保存