|
@@ -66,9 +66,8 @@ const useGame = () => {
|
|
|
// if(categoryName?.toLowerCase() === 'pp'){
|
|
|
let isPP = /^1\d{5}$/.test(gameId)
|
|
|
if(!!isPP){
|
|
|
- const ppUrl = `${encodeURI(res.data.game_url)}&category_name=${game.provider}`;
|
|
|
- console.log('category_name333',ppUrl)
|
|
|
- window.open(ppUrl,'_self');
|
|
|
+ // const ppUrl = `${encodeURI(res.data.game_url)}&category_name=${game.provider}`;
|
|
|
+ window.open(url,'_self');
|
|
|
return
|
|
|
}
|
|
|
|