全景地图地址修改
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -26,7 +26,7 @@ function encrypt(txt) { | ... | @@ -26,7 +26,7 @@ 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=portraitMap&tUrl=portraitBMap'; | 29 | const url: any = 'https://scm-operation.csyaoly.com/portraitBMap?fUrl=portraitMap&tUrl=portraitBMap'; |
| 30 | // const url: any = 'http://localhost:8086/portraitBMap?fUrl=portraitMap&tUrl=portraitBMap'; | 30 | // const url: any = 'http://localhost:8086/portraitBMap?fUrl=portraitMap&tUrl=portraitBMap'; |
| 31 | 31 | ||
| 32 | const link = ref('') | 32 | const link = ref('') | ... | ... |
-
Please register or sign in to post a comment