Rgx преди 3 месеца
родител
ревизия
cee7908dcd
променени са 5 файла, в които са добавени 10 реда и са изтрити 10 реда
  1. 1 1
      public/index.html
  2. 1 1
      src/layout/Aside/index.vue
  3. 6 6
      src/layout/Footer/index.vue
  4. 1 1
      src/layout/Header/index.vue
  5. 1 1
      src/views/login/index.vue

+ 1 - 1
public/index.html

@@ -5,7 +5,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-    <title>干扰平台</title>
+    <title>雷达平台</title>
     <!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
   </head>
   <body>

+ 1 - 1
src/layout/Aside/index.vue

@@ -52,7 +52,7 @@
           <dv-decoration-7 style="width:200px;height:30px;">雷达管理</dv-decoration-7>
         </el-menu-item>
         <el-menu-item index="/home/scoutESM">
-          <dv-decoration-7 style="width:200px;height:30px;">电子攻击管理</dv-decoration-7>
+<!--          <dv-decoration-7 style="width:200px;height:30px;">电子攻击管理</dv-decoration-7>-->
         </el-menu-item>
         <!-- <el-menu-item index="/home/scoutImage">
           <dv-decoration-7 style="width:200px;height:30px;">成像传感器管理</dv-decoration-7>

+ 6 - 6
src/layout/Footer/index.vue

@@ -137,12 +137,12 @@ export default {
     },
      async timerRefresh() {
       try {
-        const response = await axios.get(`/api/platform/${this.platformID}/position`);
-        if (response.data) {
-          this.x = response.data.x
-          this.y = response.data.y
-          this.z = response.data.z
-        }
+        // const response = await axios.get(`/api/platform/${this.platformID}/position`);
+        // if (response.data) {
+        //   this.x = response.data.x
+        //   this.y = response.data.y
+        //   this.z = response.data.z
+        // }
       } catch (error) {
         console.error('获取雷达状态失败:', error);
      

+ 1 - 1
src/layout/Header/index.vue

@@ -3,7 +3,7 @@
   <!-- <dv-decoration-8 class="header-left-decoration"/> -->
   <!-- <dv-decoration-5 class="header-center-decoration"/> -->
   <!-- <dv-decoration-8 :reverse="true" class="header-right-decoration"/> -->
-  <div class="title">干扰平台任务系统</div>
+  <div class="title">雷达平台任务系统</div>
   </el-header>
 </template>
 <script>

+ 1 - 1
src/views/login/index.vue

@@ -2,7 +2,7 @@
   <div style="height: 100%">
     <el-card class="platform">
       <div slot="header" class="clearfix">
-        <span>干扰平台登录</span>
+        <span>雷达平台登录</span>
       </div>
       <div>
         <el-table