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