|
@@ -208,8 +208,8 @@ export const useShipMapStore = defineStore('shipMap', () => {
|
|
|
}
|
|
|
})
|
|
|
if (d[state.trackKeys.shipId]) {
|
|
|
- // shipArchiveDetail(formatGetParam({id: d[state.trackKeys.shipId]})).then(res => {
|
|
|
- shipArchiveDetail(formatGetParam({id: '01d64e98bd904d2880ecd0e74d35383c'})).then(res => {
|
|
|
+ shipArchiveDetail(formatGetParam({id: d[state.trackKeys.shipId]})).then(res => {
|
|
|
+ // shipArchiveDetail(formatGetParam({id: '01d64e98bd904d2880ecd0e74d35383c'})).then(res => {
|
|
|
if (res.code == 0) {
|
|
|
state.trackMap.get(feature.get('_id')).archiveParams.data = res.data
|
|
|
} else {
|