mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-17 17:06:56 +08:00
Database Setup Page (#2738)
* WIP * WIP: Database setup process * Add database setup page
This commit is contained in:
@@ -86,6 +86,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
// Also don't need to connect to the socket.io for setup database page
|
||||
if (location.pathname === "/setup-database") {
|
||||
return;
|
||||
}
|
||||
|
||||
this.socket.initedSocketIO = true;
|
||||
|
||||
let protocol = (location.protocol === "https:") ? "wss://" : "ws://";
|
||||
|
Reference in New Issue
Block a user