File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const path = require("path")
55const isDev = ! app . isPackaged
66const DEFAULT_PROD_URL = "https://monkeycode-ai.com"
77/** 桌面端启动路径(相对站点根),可用 MONKEYCODE_DESKTOP_START_PATH 覆盖 */
8- const START_PATH = ( process . env . MONKEYCODE_DESKTOP_START_PATH || "/login " ) . replace ( / \/ $ / , "" ) || "/login "
8+ const START_PATH = ( process . env . MONKEYCODE_DESKTOP_START_PATH || "/console/ " ) . replace ( / \/ $ / , "" ) || "/console "
99
1010function desktopEntryUrl ( base ) {
1111 const href = ( base || "" ) . trim ( ) || DEFAULT_PROD_URL
Original file line number Diff line number Diff line change 33 "appName" : " MonkeyCode" ,
44 "webDir" : " ../frontend/dist" ,
55 "server" : {
6- "url" : " https://monkeycode-ai.com/login " ,
6+ "url" : " https://monkeycode-ai.com/console/ " ,
77 "androidScheme" : " https"
88 }
99}
You can’t perform that action at this time.
0 commit comments