Fix: go to main_menu.html not to menu.html
This commit is contained in:
@@ -165,7 +165,8 @@ var Login = {
|
||||
sessionStorageManager.setPlayerAccountType(jsonData['PlayerAccountType']);
|
||||
|
||||
sessionStorageManager.setPlayingAppName("menu");
|
||||
location.href = '../../web/client/menu_app.html';
|
||||
// location.href = '../../web/client/menu_app.html';
|
||||
location.href = '../../web/client/main_menu.html';
|
||||
|
||||
// console.log("===== after login =====");
|
||||
// console.log(sessionStorageManager.playerID);
|
||||
|
||||
Reference in New Issue
Block a user