diff --git a/.env.development b/.env.development index 61ab5be..be55e4f 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ # @Author: 张涛 # @Date: 2023-11-09 18:29:41 # @LastEditors: JC9527 - # @LastEditTime: 2024-01-23 13:54:49 + # @LastEditTime: 2024-01-26 16:18:44 # @FilePath: \JiangningUrbanManagePc\.env.development ### # 页面标题 @@ -17,7 +17,7 @@ ENV = 'development' VUE_APP_BASE_API = 'https://t-jn-bjh-admin-server.jsszkd.com' VUE_APP_BASE_API1 = 'https://t-kd-process-server.jsszkd.com' VUE_APP_BASE_API2 = 'https://t-jn-development-manager-server.jsszkd.com/api/webapp' -# VUE_APP_BASE_API = 'http://192.168.0.104:9037' +# VUE_APP_BASE_API = 'http://192.168.0.106:9037' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/api/bigScreenApi/index.js b/src/api/bigScreenApi/index.js index 1fba5d3..8a14970 100644 --- a/src/api/bigScreenApi/index.js +++ b/src/api/bigScreenApi/index.js @@ -186,4 +186,22 @@ export function listZhzz(query) { method: 'get', params: query }) +} + +// 根据imei查询人员信息 +export function getUserByImei(params){ + return request({ + url: '/jn/dwgj/getUserByImei', + method: 'get', + params + }) +} + +// 根据手机号和人员名称查询 +export function dwgjList(params){ + return request({ + url: '/jn/dwgj/list', + method: 'get', + params + }) } \ No newline at end of file diff --git a/src/assets/images/dialogbg/close.png b/src/assets/images/dialogbg/close.png new file mode 100644 index 0000000..e34b562 Binary files /dev/null and b/src/assets/images/dialogbg/close.png differ diff --git a/src/assets/images/dialogbg/dialog.png b/src/assets/images/dialogbg/dialog.png new file mode 100644 index 0000000..df4c781 Binary files /dev/null and b/src/assets/images/dialogbg/dialog.png differ diff --git a/src/assets/images/dialogbg/dialog1.png b/src/assets/images/dialogbg/dialog1.png new file mode 100644 index 0000000..c2e3637 Binary files /dev/null and b/src/assets/images/dialogbg/dialog1.png differ diff --git a/src/assets/images/popup/popup.png b/src/assets/images/popup/popup.png new file mode 100644 index 0000000..d3bdb53 Binary files /dev/null and b/src/assets/images/popup/popup.png differ diff --git a/src/assets/styles/leaflet.scss b/src/assets/styles/leaflet.scss index cb80d92..760b717 100644 --- a/src/assets/styles/leaflet.scss +++ b/src/assets/styles/leaflet.scss @@ -15,7 +15,7 @@ .event-popup { width: 252px; height: 224px; - background-image: url("../images/popup/bg2.png"); + background-image: url("../images/popup/popup.png"); background-size: 100% 100%; z-index: 600; @@ -44,8 +44,8 @@ } .mask { - width: 13px; - height: 13px; + width: 15px; + height: 15px; cursor: pointer; } } @@ -110,7 +110,7 @@ // width: 242px; width: 470px; height: 244px; - background-image: url("../images/popup/bg1.png"); + background-image: url("../images/popup/popup.png"); background-size: 100% 100%; z-index: 600; @@ -141,8 +141,8 @@ .mask { // width: 13px; - width: 35px; - height: 13px; + width: 15px; + height: 15px; cursor: pointer; } } @@ -219,7 +219,7 @@ .car-popup { width: 262px; height: 138px; - background-image: url("../images/popup/bg3.png"); + background-image: url("../images/popup/popup.png"); background-size: 100% 100%; z-index: 600; @@ -248,8 +248,8 @@ } .mask { - width: 13px; - height: 13px; + width: 15px; + height: 15px; cursor: pointer; } } @@ -308,7 +308,7 @@ width: 282px; // height: 230px; // height: 220px; - background-image: url("../images/popup/bg4.png"); + background-image: url("../images/popup/popup.png"); background-size: 100% 100%; z-index: 600; @@ -338,8 +338,8 @@ } .mask { - width: 13px; - height: 13px; + width: 15px; + height: 15px; cursor: pointer; } } @@ -509,7 +509,7 @@ } .travel { - background-image: url("../images/dialogbg/792@2x.png"); + background-image: url("../images/dialogbg/dialog1.png"); background-size: 100% 100%; background-color: transparent; .el-dialog__header { @@ -549,10 +549,10 @@ } } } - .close { + .closeimg { position: absolute; - width: 50px; - height: 50px; + width: 20px; + height: 20px; right: 0px; top: 6px; cursor: pointer; diff --git a/src/views/bigScreen/index.vue b/src/views/bigScreen/index.vue index 32020f6..f13f028 100644 --- a/src/views/bigScreen/index.vue +++ b/src/views/bigScreen/index.vue @@ -4,7 +4,7 @@ * @Author: JC9527 * @Date: 2023-08-14 14:40:02 * @LastEditors: JC9527 - * @LastEditTime: 2024-01-12 23:43:59 + * @LastEditTime: 2024-01-23 17:53:57 -->