|
@@ -262,8 +262,13 @@
|
|
import { sjTime } from "@/utils/sharedJsFile";
|
|
import { sjTime } from "@/utils/sharedJsFile";
|
|
import { getCookie } from '@/utils/util.js'
|
|
import { getCookie } from '@/utils/util.js'
|
|
import PathView from './mapTest.vue'
|
|
import PathView from './mapTest.vue'
|
|
|
|
+import currentLocation from './currentLocation.vue'
|
|
import { downloadFile, creatImageFile } from '@/utils/base64ToBlob.js'
|
|
import { downloadFile, creatImageFile } from '@/utils/base64ToBlob.js'
|
|
export default {
|
|
export default {
|
|
|
|
+ components: {
|
|
|
|
+ PathView,
|
|
|
|
+ currentLocation
|
|
|
|
+ },
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
orderNumber: null,
|
|
orderNumber: null,
|