获取二维码地址修改
parent
a411291050
commit
0866d752d9
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
<link href="/mapboxgl/mapbox-gl.css" rel="stylesheet">
|
||||
<script src="/mapboxgl/mapbox-gl.js"></script>
|
||||
<script src="/turf.min.js"></script>
|
||||
|
||||
<!-- <link href="https://api.mapbox.com/mapbox-gl-js/v2.15.0/mapbox-gl.css" rel="stylesheet">
|
||||
<script src="https://api.mapbox.com/mapbox-gl-js/v2.15.0/mapbox-gl.js"></script> -->
|
||||
|
|
|
|||
|
|
@ -256,9 +256,9 @@
|
|||
}
|
||||
onMounted(() => {
|
||||
fun_GetUpdateFiles({ project: 'drone_enforcement' }).then((res) => {
|
||||
const { VITE_GLOB_UPLOAD_URL } = getAppEnvConfig();
|
||||
const { VITE_GLOB_API_URL } = getAppEnvConfig();
|
||||
console.log(res);
|
||||
qrcodeValue.value = `${VITE_GLOB_UPLOAD_URL}/${res.filepath}`;
|
||||
qrcodeValue.value = `${VITE_GLOB_API_URL}/${res.filepath}`;
|
||||
});
|
||||
computedFormItem();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue