-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {
+ tableList?.map(v => {
+ return
+
+ 结构物名称:{firmList?.filter(u => u.value == v.projectId)[0]?.label}
+ 结构物名称:{v.name}
+
+

+
+ {/*
*/}
+
+ {/* */}
+
+
+
+ }
+ )
+ }
>
diff --git a/web/client/src/utils/webapi.js b/web/client/src/utils/webapi.js
index e09a8a2..bafcf3a 100644
--- a/web/client/src/utils/webapi.js
+++ b/web/client/src/utils/webapi.js
@@ -101,6 +101,7 @@ export const ApiTable = {
//点位
position: 'position',
delPosition: 'delPosition/{id}',
+ qrCodeShow: 'qrCodeShow',
//视频接入配置
siteList: 'siteList',
diff --git a/web/jenkinsfile b/web/jenkinsfile
deleted file mode 100644
index 3cf0ef5..0000000
--- a/web/jenkinsfile
+++ /dev/null
@@ -1,18 +0,0 @@
-pipeline {
- agent {
- node{
- label 'jnlp-slave'
- }
- }
-
- stages {
- stage('中鼎 web ......') {
- steps {
- buildName "#${BUILD_NUMBER} ~/smart-site/${JOB_NAME}:${IMAGE_VERSION}"
- buildDescription "harbor.anxinyun.cn/smart-site/${JOB_NAME}:${IMAGE_VERSION}"
- sh 'nerdctl build -t harbor.anxinyun.cn/smart-site/${JOB_NAME}:${IMAGE_VERSION} ./'
- sh 'nerdctl push harbor.anxinyun.cn/smart-site/${JOB_NAME}:${IMAGE_VERSION}'
- }
- }
- }
-}
\ No newline at end of file