Rmengdi 1 месяц назад
Родитель
Сommit
dcdf0068f5
3 измененных файлов с 5 добавлено и 5 удалено
  1. 1 1
      src/router/public-routes.js
  2. 2 2
      src/store/modules/user.js
  3. 2 2
      src/views/als/flightData/index.vue

+ 1 - 1
src/router/public-routes.js

@@ -10,7 +10,7 @@ export const publicRoutes = [
   },
   {
     path: '/',
-    redirect: '/home',
+    redirect: '/flightData',
     name: 'Layout',
     component: Layout,
     children: [

+ 2 - 2
src/store/modules/user.js

@@ -25,8 +25,8 @@ export default {
           duration: 1000
         })
         setTimeout(() => {
-          // router.push('/')
-          router.push('/flightData')
+          router.push('/')
+          // router.push('/flightData')
         }, 1000)
       }
     },

+ 2 - 2
src/views/als/flightData/index.vue

@@ -27,7 +27,7 @@
                 <FileUpload v-model="form.ossId" :limit="1" :fileSize="500" :fileType="['xls', 'xlsx', 'csv', 'txt']" :isNameCheck="true" :isAirType="isAirType" @uploadValue="uploadValue" />
               </el-form-item>
             </el-col>
-            <el-col :span="12">
+            <!-- <el-col :span="12">
               <el-form-item label="警告列表导入" label-width="110px">
                 <el-upload
                   ref="upload"
@@ -49,7 +49,7 @@
                   </div>
                 </el-upload>
               </el-form-item>
-            </el-col>
+            </el-col> -->
           </el-row>
           <el-row>
             <el-col :span="12">