@@ -10,7 +10,7 @@ export const publicRoutes = [
},
{
path: '/',
- redirect: '/home',
+ redirect: '/flightData',
name: 'Layout',
component: Layout,
children: [
@@ -25,8 +25,8 @@ export default {
duration: 1000
})
setTimeout(() => {
- // router.push('/')
- router.push('/flightData')
+ router.push('/')
+ // router.push('/flightData')
}, 1000)
}
@@ -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-col>
+ </el-col> -->
</el-row>
<el-row>
<el-col :span="12">