This commit is contained in:
X1627315083
2025-11-20 17:05:03 +08:00
parent 562c9df86f
commit 448294cd66

View File

@@ -32,7 +32,6 @@ const clickSwitchVIPID = ()=>{
} }
const openFlow = (path:string,flowType:string)=>{ const openFlow = (path:string,flowType:string)=>{
if(flowType == 'clientId')return clickSwitchVIPID() if(flowType == 'clientId')return clickSwitchVIPID()
router.push(path)
if(flowType == 'main'){ if(flowType == 'main'){
router.push({ name: path }) router.push({ name: path })
}else{ }else{