b0d49d5c by lxs

接入全景数字地图

1 parent ae892c37
...@@ -27,7 +27,7 @@ function encrypt(txt) { ...@@ -27,7 +27,7 @@ function encrypt(txt) {
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.cs4pl.com/portraitBMap?fUrl=portraitMap'; 29 // const url: any = 'https://scm.cs4pl.com/portraitBMap?fUrl=portraitMap';
30 const url: any = 'http://localhost:8086/portraitBMap?fUrl=portraitBMap'; 30 const url: any = 'http://localhost:8086/portraitBMap?fUrl=portraitMap';
31 31
32 const link = ref('') 32 const link = ref('')
33 const loading = ref(true); 33 const loading = ref(true);
...@@ -38,8 +38,8 @@ const iframeLoad = () => { ...@@ -38,8 +38,8 @@ const iframeLoad = () => {
38 // 搜索区域的schema 38 // 搜索区域的schema
39 onBeforeMount(() => { 39 onBeforeMount(() => {
40 const loginInfo = JSON.stringify({ 40 const loginInfo = JSON.stringify({
41 username: '13575742649', 41 username: '13900000023',
42 pwd: '990703', 42 pwd: '666666',
43 timestamp: new Date().getTime() 43 timestamp: new Date().getTime()
44 }) 44 })
45 let linkValue = decodeURIComponent(url) + '&loginInfo=' + encodeURI(encrypt(loginInfo)); 45 let linkValue = decodeURIComponent(url) + '&loginInfo=' + encodeURI(encrypt(loginInfo));
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!