967be64c by lxs Committed by lihua

接入全景数字地图

1 parent e68aae91
...@@ -26,7 +26,8 @@ function encrypt(txt) { ...@@ -26,7 +26,8 @@ function encrypt(txt) {
26 } 26 }
27 const userStore = useUserStore() 27 const userStore = useUserStore()
28 const userInfoData = JSON.parse(localStorage.userData) 28 const userInfoData = JSON.parse(localStorage.userData)
29 const url: any = 'https://scm-operation-test.csbr.cn/portraitBMap?fUrl=portraitBMap'; 29 const url: any = 'https://scm-operation-test.csbr.cn/portraitBMap?fUrl=portraitMap';
30 // const url: any = 'http://localhost:8086/portraitBMap?fUrl=portraitMap';
30 31
31 const link = ref('') 32 const link = ref('')
32 const loading = ref(true); 33 const loading = ref(true);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!