Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
桩
桩基检测
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
张牧越
桩基检测
Commits
d34f12d0
Commit
d34f12d0
authored
Apr 14, 2023
by
杨鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频通话由弹窗改为新标签页(因为视频通话必须https,并且弹窗不支持打开麦克风和摄像头)
parent
b37c8488
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
xcjc.js
static/js/xcjc.js
+7
-7
zjjc.js
static/js/zjjc.js
+4
-4
No files found.
static/js/xcjc.js
View file @
d34f12d0
...
...
@@ -168,7 +168,7 @@ var map = {
},
getDetail
:
function
(
SceneTaskID
){
$
.
ajax
({
url
:
'
http://detect.cnjsjd.net
/AppModules/CommonFiles/Scene/XCJC_Detail.aspx?id='
+
SceneTaskID
,
url
:
'/AppModules/CommonFiles/Scene/XCJC_Detail.aspx?id='
+
SceneTaskID
,
type
:
"get"
,
success
:
function
(
data
)
{
map
.
setDetail
(
data
);
...
...
@@ -270,7 +270,7 @@ var getLeftData = {
},
// 视频通话
videoConnection
(
target_op_code
){
showPopup
(
'http://detect.cnjsjd.net/VideoConnection.aspx?target_op_code='
+
target_op_code
,
'视频通话'
);
window
.
open
(
'https://detect.cnjsjd.net/VideoConnection.aspx?target_op_code='
+
target_op_code
);
}
}
...
...
static/js/zjjc.js
View file @
d34f12d0
...
...
@@ -290,7 +290,7 @@ var map = {
},
// 视频通话
videoConnection
(
op_code
)
{
showPopup
(
'http://detect.cnjsjd.net/VideoConnection.aspx?target_op_code='
+
op_code
,
'视频通话'
);
window
.
open
(
'https://detect.cnjsjd.net/VideoConnection.aspx?target_op_code='
+
op_code
);
}
}
...
...
@@ -493,7 +493,7 @@ var getRightdata = {
},
get_XCJC_Detail
:
function
(
SceneTaskID
)
{
$
.
ajax
({
url
:
'
http://detect.cnjsjd.net
/AppModules/CommonFiles/Scene/XCJC_Detail.aspx?id='
+
SceneTaskID
,
url
:
'/AppModules/CommonFiles/Scene/XCJC_Detail.aspx?id='
+
SceneTaskID
,
type
:
"get"
,
success
:
function
(
data
)
{
getRightdata
.
set_XCJC_Detail
(
data
);
...
...
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