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
559e3030
Commit
559e3030
authored
Jun 09, 2023
by
陈珊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
钢筋检测、回弹检测增加异常填报
parent
758e6e53
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
561 additions
and
25 deletions
+561
-25
gjjc.html
pages/gjjc.html
+27
-0
htjc.html
pages/htjc.html
+26
-0
gczljc.css
static/css/dist/gczljc.css
+12
-7
gjjc.css
static/css/dist/gjjc.css
+81
-1
htjc.css
static/css/dist/htjc.css
+81
-1
gczljc.scss
static/css/scss/gczljc.scss
+12
-7
gjjc.scss
static/css/scss/gjjc.scss
+84
-3
htjc.scss
static/css/scss/htjc.scss
+84
-2
gjjc.js
static/js/gjjc.js
+76
-1
htjc.js
static/js/htjc.js
+77
-2
util.js
static/js/util.js
+1
-1
No files found.
pages/gjjc.html
View file @
559e3030
...
...
@@ -110,6 +110,33 @@
</div>
</div>
<div
id=
"popup-unusual"
class=
"hidden popup-info"
>
<form
class=
"layui-form"
>
<div
class=
"layui-form-item"
>
<div
class=
"layui-label"
>
* 异常类型:
</div>
<select
name=
"unusual_type"
lay-verify=
"required"
required
>
<option
value=
"1"
>
数据异常
</option>
<option
value=
"2"
>
试验时间异常
</option>
<option
value=
"3"
>
试验位置异常
</option>
<option
value=
"4"
>
图片异常
</option>
<option
value=
"5"
>
摄像头异常
</option>
</select>
</div>
<div
class=
"layui-form-item layui-form-text"
>
<div
class=
"layui-label"
>
* 异常原因:
</div>
<textarea
placeholder=
"请输入内容"
lay-verify=
"required"
required
name=
"unusual_reason"
class=
"layui-textarea"
></textarea>
</div>
<div
class=
"layui-form-item submit-btn"
>
<button
class=
"layui-btn"
style=
"background: #3FD9FF;"
lay-submit=
""
lay-filter=
"submit-unusual"
>
保
存
</button>
<button
class=
"layui-btn"
style=
"background: #8EA5C5;"
onclick=
"layer.closeAll()"
>
关
闭
</button>
</div>
</form>
</div>
</body>
<script
type=
"text/javascript"
src=
"https://webapi.amap.com/maps?v=1.4.15&key=fc00c5b70f67a8414344682f217d4b6e&plugin=AMap.MarkerClusterer,AMap.DistrictSearch"
></script>
...
...
pages/htjc.html
View file @
559e3030
...
...
@@ -113,6 +113,32 @@
</div>
</div>
<div
id=
"popup-unusual"
class=
"hidden popup-info"
>
<form
class=
"layui-form"
>
<div
class=
"layui-form-item"
>
<div
class=
"layui-label"
>
* 异常类型:
</div>
<select
name=
"unusual_type"
lay-verify=
"required"
required
>
<option
value=
"1"
>
数据异常
</option>
<option
value=
"2"
>
试验时间异常
</option>
<option
value=
"3"
>
试验位置异常
</option>
<option
value=
"4"
>
图片异常
</option>
<option
value=
"5"
>
摄像头异常
</option>
</select>
</div>
<div
class=
"layui-form-item layui-form-text"
>
<div
class=
"layui-label"
>
* 异常原因:
</div>
<textarea
placeholder=
"请输入内容"
lay-verify=
"required"
required
name=
"unusual_reason"
class=
"layui-textarea"
></textarea>
</div>
<div
class=
"layui-form-item submit-btn"
>
<button
class=
"layui-btn"
style=
"background: #3FD9FF;"
lay-submit=
""
lay-filter=
"submit-unusual"
>
保
存
</button>
<button
class=
"layui-btn"
style=
"background: #8EA5C5;"
onclick=
"layer.closeAll()"
>
关
闭
</button>
</div>
</form>
</div>
</body>
<script
type=
"text/javascript"
src=
"https://webapi.amap.com/maps?v=1.4.15&key=fc00c5b70f67a8414344682f217d4b6e&plugin=AMap.MarkerClusterer,AMap.DistrictSearch"
></script>
...
...
static/css/dist/gczljc.css
View file @
559e3030
...
...
@@ -5,7 +5,7 @@
}
.container
.header
{
z-index
:
99
;
z-index
:
99
99
;
position
:
relative
;
background-image
:
url("../../images/gczljc/header.png")
;
background-size
:
100%
100%
;
...
...
@@ -200,7 +200,7 @@
left
:
.2rem
;
top
:
.2rem
;
height
:
calc
(
4rem
+
20%
);
z-index
:
9
;
z-index
:
9
999
;
}
.container
.maincon
.left-item
.card
.main
{
...
...
@@ -398,7 +398,7 @@
right
:
.2rem
;
top
:
.2rem
;
bottom
:
0
;
z-index
:
9
;
z-index
:
9
999
;
}
.container
.maincon
.right-item
.card1
{
...
...
@@ -491,7 +491,7 @@
bottom
:
0
;
height
:
calc
(
80%
-
4rem
);
display
:
flex
;
z-index
:
9
;
z-index
:
9
999
;
}
.container
.maincon
.bottom-item
.card1
{
...
...
@@ -858,13 +858,13 @@
}
.el-empty
.el-empty__image
{
width
:
.
8
rem
;
width
:
.
6
rem
;
margin
:
auto
;
}
.el-empty
.el-empty__description
{
color
:
#dadada
;
font-size
:
.1
4
rem
;
font-size
:
.1
2
rem
;
margin-top
:
.1rem
;
}
...
...
@@ -911,7 +911,7 @@
.amap-info-content
{
background
:
linear-gradient
(
90deg
,
rgba
(
0
,
92
,
186
,
0.6
)
0%
,
rgba
(
0
,
92
,
186
,
0.11
)
99%
);
color
:
#
97ABCB
;
color
:
#
d3e4ff
;
}
.amap-info-close
{
...
...
@@ -920,6 +920,7 @@
.bg-item
{
position
:
absolute
;
z-index
:
999
;
}
.bg-item
img
{
...
...
@@ -929,12 +930,14 @@
.shang-item
{
left
:
0
;
right
:
0
;
top
:
0
;
height
:
1.6rem
;
}
.xia-item
{
left
:
0
;
right
:
0
;
bottom
:
0
;
height
:
calc
(
80%
-
4rem
);
}
...
...
@@ -942,12 +945,14 @@
.zuo-item
{
left
:
0
;
top
:
0
;
bottom
:
0
;
width
:
5.5rem
;
}
.you-item
{
right
:
0
;
top
:
0
;
bottom
:
0
;
width
:
5.5rem
;
}
...
...
static/css/dist/gjjc.css
View file @
559e3030
...
...
@@ -11,7 +11,19 @@
.container
.content
.map
.info-item
{
cursor
:
pointer
;
padding
:
12px
27px
10px
12px
;
display
:
flex
;
align-items
:
center
;
padding-right
:
.3rem
;
}
.container
.content
.map
.info-item
.btn
{
font-size
:
.14rem
;
color
:
#FFF
;
border
:
0.01rem
solid
#FFF
;
border-radius
:
.12rem
;
padding
:
.05rem
.1rem
;
cursor
:
pointer
;
white-space
:
nowrap
;
}
.container
.content
.map
.bottom-center
.amap-info-sharp
{
...
...
@@ -925,3 +937,71 @@
width
:
0.25rem
;
height
:
0.25rem
;
}
.layui-label
{
color
:
#fff
;
margin-bottom
:
12px
;
}
#popup-unusual
{
position
:
relative
;
}
.submit-btn
{
position
:
absolute
;
left
:
50%
;
bottom
:
.7rem
;
transform
:
translateX
(
-50%
);
width
:
100%
;
text-align
:
center
;
}
.layui-form
{
padding
:
20px
;
}
.layui-form
.layui-input
{
background
:
transparent
;
border-color
:
#4470C5
;
color
:
#fff
;
}
.layui-form
textarea
{
background
:
transparent
;
border-color
:
#4470C5
;
color
:
#fFF
;
}
.layui-form-select
dl
{
background
:
#1E499B
;
color
:
#fff
;
border-color
:
#4470C5
;
}
.layui-form-select
dl
dd
.layui-this
{
background-color
:
#3069F4
;
}
.layui-form-select
dl
dd
:hover
{
background-color
:
#46A6D8
;
}
table
{
width
:
100%
;
table-layout
:
fixed
;
}
td
{
width
:
100%
;
word-break
:
keep-all
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.switch
{
height
:
inherit
;
padding
:
6px
12px
;
line-height
:
inherit
;
background-color
:
#46A6D8
;
}
static/css/dist/htjc.css
View file @
559e3030
...
...
@@ -11,7 +11,19 @@
.container
.content
.map
.info-item
{
cursor
:
pointer
;
padding
:
12px
27px
10px
12px
;
display
:
flex
;
align-items
:
center
;
padding-right
:
.3rem
;
}
.container
.content
.map
.info-item
.btn
{
font-size
:
.14rem
;
color
:
#FFF
;
border
:
0.01rem
solid
#FFF
;
border-radius
:
.12rem
;
padding
:
.05rem
.1rem
;
cursor
:
pointer
;
white-space
:
nowrap
;
}
.container
.content
.map
.bottom-center
.amap-info-sharp
{
...
...
@@ -814,3 +826,71 @@
width
:
0.25rem
;
height
:
0.25rem
;
}
.layui-label
{
color
:
#fff
;
margin-bottom
:
12px
;
}
#popup-unusual
{
position
:
relative
;
}
.submit-btn
{
position
:
absolute
;
left
:
50%
;
bottom
:
.7rem
;
transform
:
translateX
(
-50%
);
width
:
100%
;
text-align
:
center
;
}
.layui-form
{
padding
:
20px
;
}
.layui-form
.layui-input
{
background
:
transparent
;
border-color
:
#4470C5
;
color
:
#fff
;
}
.layui-form
textarea
{
background
:
transparent
;
border-color
:
#4470C5
;
color
:
#fFF
;
}
.layui-form-select
dl
{
background
:
#1E499B
;
color
:
#fff
;
border-color
:
#4470C5
;
}
.layui-form-select
dl
dd
.layui-this
{
background-color
:
#3069F4
;
}
.layui-form-select
dl
dd
:hover
{
background-color
:
#46A6D8
;
}
table
{
width
:
100%
;
table-layout
:
fixed
;
}
td
{
width
:
100%
;
word-break
:
keep-all
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.switch
{
height
:
inherit
;
padding
:
6px
12px
;
line-height
:
inherit
;
background-color
:
#46A6D8
;
}
static/css/scss/gczljc.scss
View file @
559e3030
...
...
@@ -2,7 +2,7 @@
.container
{
@include
background-base
(
'../../images/gczljc/img_beijin.png'
);
.header
{
z-index
:
99
;
z-index
:
99
99
;
position
:
relative
;
@include
background-base
(
'../../images/gczljc/header.png'
);
height
:
.86rem
;
...
...
@@ -148,7 +148,7 @@
left
:
.2rem
;
top
:
.2rem
;
height
:
calc
(
4rem
+
20%
);
z-index
:
9
;
z-index
:
9
999
;
.card
{
.main
{
padding
:
.3rem
0
;
...
...
@@ -295,7 +295,7 @@
right
:
.2rem
;
top
:
.2rem
;
bottom
:
0
;
z-index
:
9
;
z-index
:
9
999
;
.card1
{
height
:
3
.22rem
;
.main
{
...
...
@@ -366,7 +366,7 @@
bottom
:
0
;
height
:
calc
(
80%
-
4rem
);
display
:
flex
;
z-index
:
9
;
z-index
:
9
999
;
.card1
{
height
:
100%
;
width
:
4
.8rem
;
...
...
@@ -658,12 +658,12 @@
text-align
:
center
;
padding
:
.3rem
0
;
.el-empty__image
{
width
:
.
8
rem
;
width
:
.
6
rem
;
margin
:
auto
;
}
.el-empty__description
{
color
:
#dadada
;
font-size
:
.1
4
rem
;
font-size
:
.1
2
rem
;
margin-top
:
.1rem
;
}
}
...
...
@@ -711,7 +711,7 @@
.amap-info-content
{
background
:
linear-gradient
(
90deg
,
rgba
(
0
,
92
,
186
,
0
.6
)
0%
,
rgba
(
0
,
92
,
186
,
0
.11
)
99%
);
color
:
#
97ABCB
;
color
:
#
d3e4ff
;
}
.amap-info-close
{
right
:
1px
!
important
;
...
...
@@ -721,6 +721,7 @@
.bg-item
{
position
:
absolute
;
z-index
:
999
;
img
{
width
:
100%
;
height
:
100%
;
...
...
@@ -728,22 +729,26 @@
}
.shang-item
{
left
:
0
;
right
:
0
;
top
:
0
;
height
:
1
.6rem
;
}
.xia-item
{
left
:
0
;
right
:
0
;
bottom
:
0
;
height
:
calc
(
80%
-
4rem
);
}
.zuo-item
{
left
:
0
;
top
:
0
;
bottom
:
0
;
width
:
5
.5rem
;
}
.you-item
{
right
:
0
;
top
:
0
;
bottom
:
0
;
width
:
5
.5rem
;
}
...
...
static/css/scss/gjjc.scss
View file @
559e3030
...
...
@@ -12,10 +12,21 @@
height
:
100%
;
}
.map
{
.map
{
.info-item
{
cursor
:
pointer
;
padding
:
12px
27px
10px
12px
;
display
:
flex
;
align-items
:
center
;
padding-right
:
.3rem
;
.btn
{
font-size
:
.14rem
;
color
:
$white
;
border
:
$border
$white
;
border-radius
:
.12rem
;
padding
:
.05rem
.1rem
;
cursor
:
pointer
;
white-space
:
nowrap
;
}
}
.bottom-center
.amap-info-sharp
{
border-top-color
:
rgba
(
0
,
0
,
0
,
0
.6
);
...
...
@@ -784,4 +795,74 @@
height
:
0
.25rem
;
}
}
}
\ No newline at end of file
}
.layui-label
{
color
:
#fff
;
margin-bottom
:
12px
;
}
#popup-unusual
{
position
:
relative
;
}
.submit-btn
{
position
:
absolute
;
left
:
50%
;
bottom
:
.7rem
;
transform
:
translateX
(
-50%
);
width
:
100%
;
text-align
:
center
;
}
.layui-form
{
padding
:
20px
;
}
.layui-form
.layui-input
{
background
:
transparent
;
border-color
:
#4470C5
;
color
:
#fff
;
}
.layui-form
textarea
{
background
:
transparent
;
border-color
:
#4470C5
;
color
:
#fFF
;
}
.layui-form-select
dl
{
background
:
#1E499B
;
color
:
#fff
;
border-color
:
#4470C5
;
}
.layui-form-select
dl
dd
.layui-this
{
background-color
:
#3069F4
;
}
.layui-form-select
dl
dd
:hover
{
background-color
:
#46A6D8
;
}
table
{
width
:
100%
;
table-layout
:
fixed
;
}
td
{
width
:
100%
;
word-break
:
keep-all
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.switch
{
height
:
inherit
;
padding
:
6px
12px
;
line-height
:
inherit
;
background-color
:
#46A6D8
;
}
\ No newline at end of file
static/css/scss/htjc.scss
View file @
559e3030
...
...
@@ -15,7 +15,18 @@
.map
{
.info-item
{
cursor
:
pointer
;
padding
:
12px
27px
10px
12px
;
display
:
flex
;
align-items
:
center
;
padding-right
:
.3rem
;
.btn
{
font-size
:
.14rem
;
color
:
$white
;
border
:
$border
$white
;
border-radius
:
.12rem
;
padding
:
.05rem
.1rem
;
cursor
:
pointer
;
white-space
:
nowrap
;
}
}
.bottom-center
.amap-info-sharp
{
border-top-color
:
rgba
(
0
,
0
,
0
,
0
.6
);
...
...
@@ -661,4 +672,75 @@
height
:
0
.25rem
;
}
}
}
\ No newline at end of file
}
.layui-label
{
color
:
#fff
;
margin-bottom
:
12px
;
}
#popup-unusual
{
position
:
relative
;
}
.submit-btn
{
position
:
absolute
;
left
:
50%
;
bottom
:
.7rem
;
transform
:
translateX
(
-50%
);
width
:
100%
;
text-align
:
center
;
}
.layui-form
{
padding
:
20px
;
}
.layui-form
.layui-input
{
background
:
transparent
;
border-color
:
#4470C5
;
color
:
#fff
;
}
.layui-form
textarea
{
background
:
transparent
;
border-color
:
#4470C5
;
color
:
#fFF
;
}
.layui-form-select
dl
{
background
:
#1E499B
;
color
:
#fff
;
border-color
:
#4470C5
;
}
.layui-form-select
dl
dd
.layui-this
{
background-color
:
#3069F4
;
}
.layui-form-select
dl
dd
:hover
{
background-color
:
#46A6D8
;
}
table
{
width
:
100%
;
table-layout
:
fixed
;
}
td
{
width
:
100%
;
word-break
:
keep-all
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.switch
{
height
:
inherit
;
padding
:
6px
12px
;
line-height
:
inherit
;
background-color
:
#46A6D8
;
}
\ No newline at end of file
static/js/gjjc.js
View file @
559e3030
...
...
@@ -209,7 +209,11 @@ var map = {
}),
map: map
});
marker.content = `
<
p
class
=
"info-item"
onclick
=
"detail.getData('${data[i].project_id}')"
>
$
{
data
[
i
].
project_name
}
</p>`
;
marker.content = `
<
div
class
=
"info-item"
>
<
p
onclick
=
"detail.getData('${data[i].project_id}')"
style
=
"padding: 0.2rem .5rem .2rem .3rem"
>
$
{
data
[
i
].
project_name
}
</p>
<p class='btn' onclick="getBottomData.showPopup('
${
data
[
i
].
project_id
}
','
${
item2
.
SceneTask_id
}
','
${
item2
.
customer_id
}
','
${
item2
.
task_id
}
','
${
item2
.
order_id
}
')">异常录入</p>
</div>`
;
marker
.
on
(
'mouseover'
,
infoOpen
);
marker
.
on
(
'click'
,
newMAp
);
}
...
...
@@ -247,6 +251,30 @@ var map = {
},
}
var
getBottomData
=
{
showPopup
:
function
(
project_id
,
table_id
,
customer_id
,
task_id
,
order_id
)
{
$
(
".layui-form"
)[
0
].
reset
()
this
.
formData
=
{
project_id
,
table_id
,
customer_id
,
task_id
,
order_id
}
layer
.
open
({
type
:
1
,
shadeClose
:
true
,
maxmin
:
true
,
title
:
"<p class='popup-title'>异常信息录入</p>"
,
area
:
[
'8rem'
,
'45%'
],
content
:
$
(
'#popup-unusual'
),
end
:
function
()
{
$
(
"#popup-unusual"
).
css
(
'display'
,
'none'
);
}
});
},
}
var
detail
=
{
data
:
[],
ysjl_list
:
[],
...
...
@@ -584,6 +612,53 @@ function init() {
// }
// });
// })
layui.use(['form', 'layer', 'laydate'], function () {
var form = layui.form;
var layer = layui.layer;
form.verify({
title: function (value) {
if (value.length < 5) {
return '标题至少得5个字符啊';
}
}
, pass: [
/^[\S]{6,12}$/
, '密码必须6到12位,且不能出现空格'
]
, content: function (value) {
layedit.sync(editIndex);
}
});
form.on('submit(submit-unusual)', function (data) {
var finalData = $.extend($.extend({
action: 1,
screen_kind: 5,
}, getBottomData.formData), data.field)
$.ajax({
url: baseURL_Utility + "UnusualHandle.ashx",
type: "post",
dataType: "json",
data: finalData,
success: function (data) {
console.log(data)
if(data.status == 200){
layer.msg('已录入', {icon: 0}, function(){});
setTimeout(() => {
layer.closeAll();
}, 1000);
}else{
layer.msg(data.msg, {icon: 0}, function(){});
}
},
error: function (jqXHR) {
console.log("发生错误:" + jqXHR.status);
}
})
return false;
});
})
taskList.init();
testCount.init();
}
\ No newline at end of file
static/js/htjc.js
View file @
559e3030
...
...
@@ -217,7 +217,11 @@ var map = {
}),
map: map
});
marker.content = `
<
p
class
=
"info-item"
onclick
=
"detail.getData('${data[i].project_id}')"
>
$
{
data
[
i
].
project_name
}
</p>`
;
marker.content = `
<
div
class
=
"info-item"
>
<
p
onclick
=
"detail.getData('${data[i].project_id}')"
style
=
"padding: 0.2rem .5rem .2rem .3rem"
>
$
{
data
[
i
].
project_name
}
</p>
<p class='btn' onclick="getBottomData.showPopup('
${
data
[
i
].
project_id
}
','
${
item2
.
SceneTask_id
}
','
${
item2
.
customer_id
}
','
${
item2
.
task_id
}
','
${
item2
.
order_id
}
')">异常录入</p>
</div>`
;
marker
.
on
(
'mouseover'
,
infoOpen
);
marker
.
on
(
'click'
,
newMAp
);
}
...
...
@@ -255,11 +259,37 @@ var map = {
},
}
var
getBottomData
=
{
showPopup
:
function
(
project_id
,
table_id
,
customer_id
,
task_id
,
order_id
)
{
$
(
".layui-form"
)[
0
].
reset
()
this
.
formData
=
{
project_id
,
table_id
,
customer_id
,
task_id
,
order_id
}
layer
.
open
({
type
:
1
,
shadeClose
:
true
,
maxmin
:
true
,
title
:
"<p class='popup-title'>异常信息录入</p>"
,
area
:
[
'8rem'
,
'45%'
],
content
:
$
(
'#popup-unusual'
),
end
:
function
()
{
$
(
"#popup-unusual"
).
css
(
'display'
,
'none'
);
}
});
},
}
var
detail
=
{
project_id
:
''
,
data
:
[],
ysjl_list
:
[],
getData
:
function
(
project_id
,
sample_id
,
index
,
index2
)
{
let
_this
=
this
;
_this
.
project_id
=
project_id
;
$
.
ajax
({
url
:
baseURL_htjc
+
"GetTaskInfo.ashx"
,
type
:
"post"
,
...
...
@@ -531,7 +561,9 @@ function sublistClick(id) {
init();
function init() {
getHeader();
layui.use(['layer', 'laydate'], function () {
layui.use(['form', 'layer', 'laydate'], function () {
var form = layui.form;
var layer = layui.layer;
var laydate = layui.laydate;
laydateObj = laydate.render({
elem: '#rw-date'
...
...
@@ -540,6 +572,49 @@ function init() {
taskList.init();
}
});
form.verify({
title: function (value) {
if (value.length < 5) {
return '标题至少得5个字符啊';
}
}
, pass: [
/^[\S]{6,12}$/
, '密码必须6到12位,且不能出现空格'
]
, content: function (value) {
layedit.sync(editIndex);
}
});
form.on('submit(submit-unusual)', function (data) {
var finalData = $.extend($.extend({
action: 1,
screen_kind: 4,
}, getBottomData.formData), data.field)
$.ajax({
url: baseURL_Utility + "UnusualHandle.ashx",
type: "post",
dataType: "json",
data: finalData,
success: function (data) {
console.log(data)
if(data.status == 200){
layer.msg('已录入', {icon: 0}, function(){});
setTimeout(() => {
layer.closeAll();
}, 1000);
}else{
layer.msg(data.msg, {icon: 0}, function(){});
}
},
error: function (jqXHR) {
console.log("发生错误:" + jqXHR.status);
}
})
return false;
});
})
taskList.init();
testCount.init();
...
...
static/js/util.js
View file @
559e3030
const
baseurl
=
'http://192.168.0.1
87
:5000/api/'
;
const
baseurl
=
'http://192.168.0.1
98
:5000/api/'
;
const
api_key
=
16859729202501
;
const
api_secret
=
"5B18352190E64BB3B1BC24CAE62DE700"
;
var
station_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