3.1.0稳定版
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# iOS 控制服务
|
# iOS 控制服务
|
||||||
VUE_APP_BASE_LOCAL=https://192.168.1.231:34567/
|
# VUE_APP_BASE_LOCAL=https://192.168.1.218:34567/
|
||||||
# VUE_APP_BASE_LOCAL=https://127.0.0.1:34567/
|
VUE_APP_BASE_LOCAL=https://127.0.0.1:34567/
|
||||||
# VUE_APP_BASE_LOCAL=https://192.168.1.209:34567/
|
# VUE_APP_BASE_LOCAL=https://192.168.1.209:34567/
|
||||||
|
|
||||||
# 业务后端(开发用内网地址)
|
# 业务后端(开发用内网地址)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# iOS 控制服务(如果生产环境也要用内网可改)
|
# iOS 控制服务(如果生产环境也要用内网可改)
|
||||||
VUE_APP_BASE_LOCAL=http://127.0.0.1:34567/
|
VUE_APP_BASE_LOCAL=https://127.0.0.1:34567/
|
||||||
|
|
||||||
# 业务后端(正式域名)
|
# 业务后端(正式域名)
|
||||||
VUE_APP_BASE_REMOTE=https://crawlclient.api.yolozs.com
|
VUE_APP_BASE_REMOTE=https://crawlclient.api.yolozs.com
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ export function useScreenStreams(deviceInformation) {
|
|||||||
// 每台设备循环状态
|
// 每台设备循环状态
|
||||||
const loops = new Map() // deviceId -> { timer, stopped }
|
const loops = new Map() // deviceId -> { timer, stopped }
|
||||||
|
|
||||||
const makeUrl = (port) => `http://192.168.1.231:${port}/?t=${Date.now()}`
|
// const makeUrl = (port) => `http://192.168.1.218:${port}/?t=${Date.now()}`
|
||||||
// const makeUrl = (port) => `http://localhost:${port}/?t=${Date.now()}`
|
const makeUrl = (port) => `http://localhost:${port}/?t=${Date.now()}`
|
||||||
|
|
||||||
function hardCloseImg(deviceId) {
|
function hardCloseImg(deviceId) {
|
||||||
const el = imgRefs.value[deviceId]
|
const el = imgRefs.value[deviceId]
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ import { getToken, setToken, setUser, setUserPass, getUserPass } from '@/stores/
|
|||||||
import { ElLoading, ElMessage } from 'element-plus';
|
import { ElLoading, ElMessage } from 'element-plus';
|
||||||
import { passToken } from '@/api/ios';
|
import { passToken } from '@/api/ios';
|
||||||
|
|
||||||
let version = ref('3.0.0');
|
let version = ref('3.2.0');
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
<el-button type="info" @click="uploadLogFile">上传日志</el-button>
|
<el-button type="info" @click="uploadLogFile">上传日志</el-button>
|
||||||
<div>
|
<div>
|
||||||
<!-- 监听 q.tenant.*(爬虫) -->
|
<!-- 监听 q.tenant.*(爬虫) -->
|
||||||
<el-switch v-model="sseCrawlerEnabled" inline-prompt active-text="监听爬虫" inactive-text="监听爬虫"
|
<el-switch v-model="sseCrawlerEnabled" inline-prompt active-text="" inactive-text="监听爬虫"
|
||||||
style="margin-left: 8px;" @change="onToggleCrawler" />
|
style="margin-left: 8px;" @change="onToggleCrawler" />监听爬虫
|
||||||
|
|
||||||
<!-- 监听 b.tenant.*(大哥) -->
|
<!-- 监听 b.tenant.*(大哥) -->
|
||||||
<el-switch v-model="sseBossEnabled" inline-prompt active-text="监听大哥" inactive-text="监听大哥"
|
<el-switch v-model="sseBossEnabled" inline-prompt active-text="监听大哥" inactive-text="监听大哥"
|
||||||
@@ -743,7 +743,7 @@ onMounted(async () => {
|
|||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
}, 1000 * 90)
|
}, 1000 * 60)
|
||||||
|
|
||||||
|
|
||||||
if (!await isAiConfig()) {
|
if (!await isAiConfig()) {
|
||||||
@@ -1472,7 +1472,7 @@ function arrayToString(arr) {
|
|||||||
|
|
||||||
|
|
||||||
// 每台设备请求间隔(毫秒)
|
// 每台设备请求间隔(毫秒)
|
||||||
const REQ_GAP_MS = 5000
|
const REQ_GAP_MS = 100
|
||||||
|
|
||||||
async function refreshNetStatus() {
|
async function refreshNetStatus() {
|
||||||
const list = [...(deviceInformation.value || [])]
|
const list = [...(deviceInformation.value || [])]
|
||||||
|
|||||||
Reference in New Issue
Block a user