|
@@ -87,7 +87,7 @@ const clickSwitch = (index) => {
|
|
activeIndex.value = index
|
|
activeIndex.value = index
|
|
if (index == 1) {
|
|
if (index == 1) {
|
|
loading.value = true
|
|
loading.value = true
|
|
- iframeRef1Url.value = `//app.cocorobo.cn/#/?userid=${user.user.userId}&oid=${user.user.oid}&org=${user.user.org}&role=${user.user.role}`
|
|
|
|
|
|
+ iframeRef1Url.value = `//app.cocorobo.cn/#/?userid=${user.user.userid}&oid=${user.user.organizeid}&org=${user.user.org}&role=${user.user.role}`
|
|
console.log(iframeRef1Url.value)
|
|
console.log(iframeRef1Url.value)
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
iframeRef1.value.onload = () => {
|
|
iframeRef1.value.onload = () => {
|