接入全景数字地图
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -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)); | ... | ... |
-
Please register or sign in to post a comment