mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-21 05:13:10 +00:00
upgraded
This commit is contained in:
parent
cf7c7d05ca
commit
0d1dfaaf1d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>LoLLMS WebUI - Welcome</title>
|
<title>LoLLMS WebUI - Welcome</title>
|
||||||
<script type="module" crossorigin src="/assets/index-a48567d6.js"></script>
|
<script type="module" crossorigin src="/assets/index-51328138.js"></script>
|
||||||
<link rel="stylesheet" href="/assets/index-a6be8b06.css">
|
<link rel="stylesheet" href="/assets/index-649a8743.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -860,6 +860,8 @@ export default {
|
|||||||
},
|
},
|
||||||
socketIODisconnected() {
|
socketIODisconnected() {
|
||||||
console.log("socketIOConnected")
|
console.log("socketIOConnected")
|
||||||
|
this.currentDiscussion=null
|
||||||
|
this.$store.dispatch('refreshModels');
|
||||||
this.$store.state.isConnected=false;
|
this.$store.state.isConnected=false;
|
||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
@ -1596,13 +1598,6 @@ export default {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
this.socket.onclose = () => {
|
|
||||||
console.log('WebSocket connection lost.');
|
|
||||||
this.currentDiscussion=null
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
this.isCreated = true
|
this.isCreated = true
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
Loading…
Reference in New Issue
Block a user