diff --git a/src/api/companyCanban/index.js b/src/api/companyCanban/index.js index 419629e..e01ccdc 100644 --- a/src/api/companyCanban/index.js +++ b/src/api/companyCanban/index.js @@ -143,3 +143,35 @@ export function roadSafetyDetail(params) { params }) } +//防攻击安全 +export function preventSafety(params) { + return request({ + url: '/safety/signboard/prevent/safety', + method: 'post', + params + }) +} +//防攻击安全详情 +export function preventSafetyDetail(params) { + return request({ + url: '/safety/signboard/prevent/safety/detail', + method: 'post', + params + }) +} +//网络安全 +export function networkSafety(params) { + return request({ + url: '/safety/signboard/network/safety', + method: 'post', + params + }) +} +//网络安全详情 +export function networkSafetyDetail(params) { + return request({ + url: '/safety/signboard/network/safety/detail', + method: 'post', + params + }) +} \ No newline at end of file diff --git a/src/assets/companyCanban/上_00000.png b/src/assets/companyCanban/上_00000.png new file mode 100644 index 0000000..92bd833 Binary files /dev/null and b/src/assets/companyCanban/上_00000.png differ diff --git a/src/assets/companyCanban/底座2_00000.png b/src/assets/companyCanban/底座2_00000.png new file mode 100644 index 0000000..086de25 Binary files /dev/null and b/src/assets/companyCanban/底座2_00000.png differ diff --git a/src/assets/companyCanban/底座红色_00000.png b/src/assets/companyCanban/底座红色_00000.png new file mode 100644 index 0000000..15d82cf Binary files /dev/null and b/src/assets/companyCanban/底座红色_00000.png differ diff --git a/src/assets/companyCanban/红色上_00000.png b/src/assets/companyCanban/红色上_00000.png new file mode 100644 index 0000000..6c84b8a Binary files /dev/null and b/src/assets/companyCanban/红色上_00000.png differ diff --git a/src/views/companyCanban/daolu.vue b/src/views/companyCanban/daolu.vue index 3051eef..e1a4727 100644 --- a/src/views/companyCanban/daolu.vue +++ b/src/views/companyCanban/daolu.vue @@ -42,8 +42,49 @@
- - +