Compare commits

..

No commits in common. "04e98ab1db4f2a14d9278326fd1062f5557ce1ce" and "fe7b34615a98197798821e0cf4d4dd5106735ab1" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -42,11 +42,11 @@ function handleConfirm() {
<span>px</span> <span>px</span>
</div> </div>
<div class="form-item selector"> <div class="form-item selector">
<!-- <div class="opt opt1"> <div class="opt opt1">
<input type="checkbox" id="fullscreen" name="fullscreen" :class="[settings.fullscreen ? 'checked' : '']" <input type="checkbox" id="fullscreen" name="fullscreen" :class="[settings.fullscreen ? 'checked' : '']"
v-model="settings.fullscreen" /> v-model="settings.fullscreen" />
<label for="fullscreen">全屏显示</label> <label for="fullscreen">全屏显示</label>
</div> --> </div>
<div class="opt opt2"> <div class="opt opt2">
<input type="checkbox" id="status" name="status" :class="[settings.eqStatus ? 'checked' : '']" <input type="checkbox" id="status" name="status" :class="[settings.eqStatus ? 'checked' : '']"
v-model="settings.eqStatus" /> 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.1.101:8082/QbMonitoring/websocket";
const url = "ws://192.168.0.254:8082/QbMonitoring/websocket"; const url = "ws://192.168.0.33:8082/QbMonitoring/websocket";
function connectPath(store, path) { function connectPath(store, path) {
new Client( new Client(
{ {

Binary file not shown.