This commit is contained in:
zoujiandong
2025-08-21 09:06:11 +08:00
parent 34878c34b4
commit 5ad468b546
74 changed files with 75 additions and 72 deletions
+3 -3
View File
@@ -17,7 +17,7 @@
let token='';
if(window.location.href.indexOf('//casedata.igandan.com')>-1){
token=uni.getStorageSync("AUTH_TOKEN_CASEDATA");
src.value = 'https://caseplatform.igandan.com/web/home?token='+token;
src.value = 'https://prod-caseplatform.igandan.com/web/home?token='+token;
}else{
token=uni.getStorageSync("DEV_AUTH_TOKEN_CASEDATA");
src.value = 'https://dev-caseplatform.igandan.com/web/home?token='+token;
@@ -28,12 +28,12 @@
let token=''
if (envVersion == "release") {
token=uni.getStorageSync("AUTH_TOKEN_CASEDATA");
src.value = 'https://caseplatform.igandan.com/web/home?token='+token;
src.value = 'https://prod-caseplatform.igandan.com/web/home?token='+token;
} else {
token= uni.getStorageSync("DEV_AUTH_TOKEN_CASEDATA");
src.value = 'https://dev-caseplatform.igandan.com/web/home?token='+token;
};
console.log(src.value)
}
})
+3
View File
@@ -213,6 +213,9 @@ if (options.redirectUrl) {
hasRedirectUrl.value = true
};
})
onShow(()=>{
checked.value=false;
})
const goPage=()=>{
if (hasRedirectUrl.value) {
console.log('true')