无人机管理后台前端(已迁走)
chenyao
2025-10-10 757d7c2681757a983f29e9305702faeed52515b8
feat:提交图片
2 files modified
10 ■■■■ changed files
.env.development 4 ●●●● patch | view | raw | blame | history
src/page/index/logo.vue 6 ●●●● patch | view | raw | blame | history
.env.development
@@ -22,8 +22,8 @@
# 服务地址
# VITE_APP_URL = https://wrj.shuixiongit.com/api
# VITE_APP_URL= http://192.168.1.168
# VITE_APP_URL= http://192.168.1.33
VITE_APP_URL= http://192.168.1.204
 VITE_APP_URL= http://192.168.1.33
# VITE_APP_URL= http://192.168.1.204
#新大屏地址
VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/'
src/page/index/logo.vue
@@ -9,8 +9,8 @@
    <transition-group name="fade">
      <template v-if="getScreen(!isCollapse)">
        <div class="fadeStyle">
          <img v-if="!hideMenuTopLogo" class="logoImg" src="/img/bg/mainLogo.png" alt=""/>
          <div class="titleName">综合管理平台</div>
<!--          <img v-if="!hideMenuTopLogo" class="logoImg" src="/img/bg/mainLogo.png" alt=""/>-->
          <div class="titleName">吉安市低空经济服务一体化平台</div>
          <!-- <span style="font-size: 20px;"  key="1">
              {{ this.parentDeptInfo.sysName }}
          </span> -->
@@ -61,7 +61,7 @@
  .titleName{
    font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
    font-weight: 400;
    font-size: 24px;
    font-size: 16px;
    color: #1C5CFF;
  }
}