fix
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user