Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
海康威视
web-project
Commits
1d55260e
Commit
1d55260e
authored
Jan 17, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
将修改和删除变为post请求,修改了内外网地址
parent
87220694
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
config.js
public/config.js
+2
-2
VoiceCommandLocation.js
src/api/AIStation/VoiceCommandLocation.js
+2
-2
No files found.
public/config.js
View file @
1d55260e
...
...
@@ -9,8 +9,8 @@
// export const ExternalSERVEICE='http://106.3.97.198:20052'
// export const WithinSERVEICE='http://106.3.97.198:20052'
export
const
AIAPIExternalSERVEICE
=
'http://1
06.3.97.198:20050
'
export
const
AIAPIWithinSERVEICE
=
'http://
106.3.97.198:20050
'
export
const
AIAPIExternalSERVEICE
=
'http://1
92.168.1.251:8099
'
export
const
AIAPIWithinSERVEICE
=
'http://
218.69.97.198:8099
'
// export const ExternalSERVEICE='http://localhost:5013'
// export const WithinSERVEICE='http://localhost:5013'
...
...
src/api/AIStation/VoiceCommandLocation.js
View file @
1d55260e
...
...
@@ -12,11 +12,11 @@ export const addVoiceCommandsLocation = (item) => {
}
export
const
deleteVoiceCommandsLocation
=
(
id
)
=>
{
return
httpTwo
.
deletes
(
`/busVoiceCommandsLocation/deleteLogical/`
+
id
)
return
httpTwo
.
post
(
`/busVoiceCommandsLocation/deleteLogical/`
+
id
)
}
export
const
updateVoiceCommandsLocation
=
(
item
)
=>
{
return
httpTwo
.
p
u
t
(
`/busVoiceCommandsLocation/update/
${
item
.
businessId
}
`
,
item
)
return
httpTwo
.
p
os
t
(
`/busVoiceCommandsLocation/update/
${
item
.
businessId
}
`
,
item
)
}
export
const
getVoiceCommandsLocationDetail
=
(
id
)
=>
{
...
...
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