Compare commits
14 Commits
fe7b34615a
...
04e98ab1db
| Author | SHA1 | Date | |
|---|---|---|---|
| 04e98ab1db | |||
| 347e51e9a4 | |||
| 1b0746cc2d | |||
| b97532e4e1 | |||
| 20f5cec3e9 | |||
| 43f7ccac4c | |||
| e44b2b5f5b | |||
| aeb43c8d41 | |||
| 5652cff730 | |||
| e306b0f837 | |||
| ae7adebae0 | |||
| ae3c430d38 | |||
| d4001ed86e | |||
| 9cdd255947 |
@@ -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" />
|
||||||
|
|||||||
@@ -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.33:8082/QbMonitoring/websocket";
|
const url = "ws://192.168.0.254:8082/QbMonitoring/websocket";
|
||||||
function connectPath(store, path) {
|
function connectPath(store, path) {
|
||||||
new Client(
|
new Client(
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user