mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-26 23:17:50 +08:00
Compare commits
8 Commits
2e124f262f
...
f0ef18532d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0ef18532d | ||
|
|
a5674e82cb | ||
|
|
70979adf34 | ||
|
|
bf8707f4ef | ||
|
|
45cae46985 | ||
|
|
62eff3746c | ||
|
|
1bed6795e0 | ||
|
|
42a85fbb07 |
@ -33,7 +33,7 @@ WVP-PRO使用Spring boot开发,maven管理依赖。对于熟悉spring开发的
|
|||||||
ubuntu环境,以ubuntu 18为例:
|
ubuntu环境,以ubuntu 18为例:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
apt-get install -y openjdk-21-jre git maven nodejs npm
|
apt-get install -y openjdk-21-jdk git maven nodejs npm
|
||||||
```
|
```
|
||||||
|
|
||||||
window环境,以windows10为例:
|
window环境,以windows10为例:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#! /bin/sh
|
#! /bin/bash
|
||||||
|
|
||||||
WORD_DIR=$(cd $(dirname $0); pwd)
|
WORD_DIR=$(cd $(dirname $0); pwd)
|
||||||
SERVICE_NAME="wvp"
|
SERVICE_NAME="wvp"
|
||||||
@ -13,7 +13,7 @@ if [ "$(id -u)" -ne 0 ]; then
|
|||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 当前目录直接搜索(不含子目录)
|
# 当前目录直接搜索(不含子目录) bugfix: 这里使用了需要bash才可以支持的内容
|
||||||
jar_files=(*.jar)
|
jar_files=(*.jar)
|
||||||
|
|
||||||
if [ ${#jar_files[@]} -eq 0 ]; then
|
if [ ${#jar_files[@]} -eq 0 ]; then
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -441,7 +441,7 @@
|
|||||||
<path>
|
<path>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
<version>1.18.30</version>
|
<version>1.18.38</version>
|
||||||
</path>
|
</path>
|
||||||
</annotationProcessorPaths>
|
</annotationProcessorPaths>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@ -89,7 +89,7 @@
|
|||||||
<div class="infobox-content" v-if="channel">
|
<div class="infobox-content" v-if="channel">
|
||||||
<el-descriptions class="margin-top" :title="channel.gbName" :column="1" :colon="true" size="mini" :labelStyle="labelStyle" >
|
<el-descriptions class="margin-top" :title="channel.gbName" :column="1" :colon="true" size="mini" :labelStyle="labelStyle" >
|
||||||
<el-descriptions-item label="编号" >{{channel.gbDeviceId}}</el-descriptions-item>
|
<el-descriptions-item label="编号" >{{channel.gbDeviceId}}</el-descriptions-item>
|
||||||
<el-descriptions-item label="生产厂商">{{channel.gbManufacture}}</el-descriptions-item>
|
<el-descriptions-item label="生产厂商">{{channel.gbManufacturer}}</el-descriptions-item>
|
||||||
<el-descriptions-item label="安装地址" >{{channel.gbAddress == null?'未知': channel.gbAddress}}</el-descriptions-item>
|
<el-descriptions-item label="安装地址" >{{channel.gbAddress == null?'未知': channel.gbAddress}}</el-descriptions-item>
|
||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
<div style="padding-top: 10px; margin: 0 auto; width: fit-content;">
|
<div style="padding-top: 10px; margin: 0 auto; width: fit-content;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user