This commit is contained in:
DESKTOP-FUDKNA8\znjsz 2024-03-21 10:48:24 +08:00
commit c2e901e4bc
3 changed files with 3 additions and 3 deletions

View File

@ -42,11 +42,11 @@ function handleConfirm() {
<span>px</span>
</div>
<div class="form-item selector">
<div class="opt opt1">
<!-- <div class="opt opt1">
<input type="checkbox" id="fullscreen" name="fullscreen" :class="[settings.fullscreen ? 'checked' : '']"
v-model="settings.fullscreen" />
<label for="fullscreen">全屏显示</label>
</div>
</div> -->
<div class="opt opt2">
<input type="checkbox" id="status" name="status" :class="[settings.eqStatus ? 'checked' : '']"
v-model="settings.eqStatus" />

View File

@ -7,7 +7,7 @@ export default function useWebsocket(store, path, excludePaths = []) {
}
// const url = "ws://192.168.1.101:8082/QbMonitoring/websocket";
const url = "ws://192.168.0.33:8082/QbMonitoring/websocket";
const url = "ws://192.168.0.254:8082/QbMonitoring/websocket";
function connectPath(store, path) {
new Client(
{

BIN
郴州管理端.rar Normal file

Binary file not shown.