Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JINRUN-PERPOSITION
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
xinzhedeai
JINRUN-PERPOSITION
Commits
f34812d0
Commit
f34812d0
authored
Dec 19, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:访客 人员轨迹追踪路由跳转
parent
b49e2639
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
zhongkong.js
src/api/jinrun/zhongkong.js
+8
-0
fangke.vue
src/views/person/fangke.vue
+5
-1
No files found.
src/api/jinrun/zhongkong.js
View file @
f34812d0
...
@@ -18,6 +18,14 @@ export function getPosition(data) {
...
@@ -18,6 +18,14 @@ export function getPosition(data) {
})
})
}
}
// 人员定位路由切换
export
function
getGuijiRouter
(
cardId
)
{
return
request
({
url
:
'
/home/person/route/
'
+
cardId
,
method
:
'
get
'
,
})
}
// 修改人员信息
// 修改人员信息
export
function
updateInfo
(
data
)
{
export
function
updateInfo
(
data
)
{
return
request
({
return
request
({
...
...
src/views/person/fangke.vue
View file @
f34812d0
...
@@ -258,6 +258,7 @@ import {
...
@@ -258,6 +258,7 @@ import {
leave
,
// 引入离开接口
leave
,
// 引入离开接口
}
from
"
@/api/jinrun/fangke
"
;
}
from
"
@/api/jinrun/fangke
"
;
import
{
listUnboundCard
}
from
"
@/api/jinrun/card
"
;
// 引入获取未绑定定位卡号列表的接口
import
{
listUnboundCard
}
from
"
@/api/jinrun/card
"
;
// 引入获取未绑定定位卡号列表的接口
import
{
getGuijiRouter
}
from
"
@/api/jinrun/zhongkong
"
;
// 引入定位接口
import
{
getDict
}
from
"
@/api/jinrun/common
"
;
import
{
getDict
}
from
"
@/api/jinrun/common
"
;
...
@@ -356,7 +357,10 @@ export default {
...
@@ -356,7 +357,10 @@ export default {
},
},
handleHistory
(
row
)
{
handleHistory
(
row
)
{
// 跳转到李麒麟页面
// 跳转到李麒麟页面
window
.
open
(
"
http://192.168.2.54:9529/personnel/track
"
);
// window.open("http://192.168.2.54:9529/personnel/track");
getGuijiRouter
(
row
.
visitorCardId
).
then
((
response
)
=>
{
// this.$modal.msgSuccess("正在跳转,请稍等");
});
},
},
/** 获取定位卡号列表数据 */
/** 获取定位卡号列表数据 */
...
...
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