forked from drone/command-center-dashboard

chenyao
2025-04-18 1b758407d37aca42b9065eda0fdcbeefd51cd93f
feat:更新
4 files modified
1 files added
8 ■■■■■ changed files
.env.test 3 ●●●●● patch | view | raw | blame | history
src/assets/images/home/useUavHome/eventAggregationImg.png patch | view | raw | blame | history
src/assets/images/home/useUavHome/eventAggregationImg1.png patch | view | raw | blame | history
src/layout/Header.vue 1 ●●●● patch | view | raw | blame | history
src/views/SignMachineNest/MachineRight/MachineMonitor.vue 4 ●●●● patch | view | raw | blame | history
.env.test
@@ -5,3 +5,6 @@
VITE_APP_WS_API_URL = wss://wrj.shuixiongit.com/drone-wss/api/v1/ws
# 航线文件地址
VITE_APP_AIRLINE_URL = https://wrj.shuixiongit.com/minio/cloud-bucket
#系统运维
VITE_APP_ADMIN_URL = 'https://wrj.shuixiongit.com/manage'
src/assets/images/home/useUavHome/eventAggregationImg.png

src/assets/images/home/useUavHome/eventAggregationImg1.png
src/layout/Header.vue
@@ -52,7 +52,6 @@
const handleClick = ({ path, name }) => {
  if (['系统运维'].includes(name)) {
    console.log('打印地址',import.meta.env.VITE_APP_ADMIN_URL);
    window.open(import.meta.env.VITE_APP_ADMIN_URL + '?token=' + localStorage.getItem(ELocalStorageKey.Token), '_blank');
    return;
  }
src/views/SignMachineNest/MachineRight/MachineMonitor.vue
@@ -82,9 +82,9 @@
    height: 228px;
    background: linear-gradient(270deg, #1f3e7a 0%, rgba(31, 62, 122, 0.35) 79%, rgba(31, 62, 122, 0) 100%);
    opacity: 0.85;
    margin: 2px 0 13 0;
    // margin: 2px 0 13 0;
    display: flex;
    justify-content: space-between;
    padding: 12px 10px 0;
    padding: 10px 10px;
}
</style>