Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
AI推理平台
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lichunliang
AI推理平台
Commits
63039b5f
Commit
63039b5f
authored
Apr 10, 2025
by
lei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关闭回放按钮
parent
1043d9f6
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
180 additions
and
194 deletions
+180
-194
.env
.env
+6
-6
.gitignore
.gitignore
+1
-0
dist248.zip
dist248.zip
+0
-0
index.ts
src/api/index.ts
+171
-186
index.vue
src/views/AlarmCenter/AlarmLog/index.vue
+2
-2
No files found.
.env
View file @
63039b5f
...
...
@@ -68,9 +68,9 @@ VITE_STORAGE_PREFIX=SOY_
# VITE_SERVICE_URL=http://192.168.2.16:9998
## 开发环境(黄国安)
#
VITE_VIDEO_URL=ws://192.168.2.14:9999
#
VITE_WEBSOCKET_URL=ws://192.168.2.14:9999
#
VITE_SERVICE_URL=http://192.168.2.14:9998
VITE_VIDEO_URL=ws://192.168.2.14:9999
VITE_WEBSOCKET_URL=ws://192.168.2.14:9999
VITE_SERVICE_URL=http://192.168.2.14:9998
# # 测试环境(测试机)
...
...
@@ -84,9 +84,9 @@ VITE_STORAGE_PREFIX=SOY_
# VITE_SERVICE_URL=http://192.168.3.248:9998
# # 华远正式环境(外网)
VITE_VIDEO_URL=ws://220.194.146.65:9999
VITE_WEBSOCKET_URL=ws://220.194.146.65:9999
VITE_SERVICE_URL=http://220.194.146.65:9996
#
VITE_VIDEO_URL=ws://220.194.146.65:9999
#
VITE_WEBSOCKET_URL=ws://220.194.146.65:9999
#
VITE_SERVICE_URL=http://220.194.146.65:9996
# # 华远正式环境(内网)
...
...
.gitignore
View file @
63039b5f
...
...
@@ -33,3 +33,4 @@ package-lock.json
yarn.lock
.VSCodeCounter
*.rar
dist248.zip
deleted
100644 → 0
View file @
1043d9f6
File deleted
src/api/index.ts
View file @
63039b5f
This diff is collapsed.
Click to expand it.
src/views/AlarmCenter/AlarmLog/index.vue
View file @
63039b5f
...
...
@@ -494,9 +494,9 @@ onMounted(() => {
<!-- ======================= 状态 | E -->
</NFlex>
<NButton
@
click.stop=
"() =>
{
<
!--
<
NButton
@
click.stop=
"() =>
{
isDefaultPreview = false;
}" strong secondary type="info" size="small">回放
</NButton>
}" strong secondary type="info" size="small">回放
</NButton>
-->
</NFlex>
</
template
>
<!-- 图片区域 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment