feat:新增路由对应文件
This commit is contained in:
parent
65096f48a5
commit
3431efdfeb
3
src/views/abnormalAlarm/index.vue
Normal file
3
src/views/abnormalAlarm/index.vue
Normal file
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<div>异常报警页面</div>
|
||||
</template>
|
3
src/views/logManage/index.vue
Normal file
3
src/views/logManage/index.vue
Normal file
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<div>日志管理警页面</div>
|
||||
</template>
|
3
src/views/spectrumAnalysis/index.vue
Normal file
3
src/views/spectrumAnalysis/index.vue
Normal file
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<div>能谱分析页面</div>
|
||||
</template>
|
3
src/views/stationOperation/index.vue
Normal file
3
src/views/stationOperation/index.vue
Normal file
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<div>台站运行管理页面</div>
|
||||
</template>
|
3
src/views/statistics/index.vue
Normal file
3
src/views/statistics/index.vue
Normal file
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<div>统计分析页面</div>
|
||||
</template>
|
3
src/views/system/index.vue
Normal file
3
src/views/system/index.vue
Normal file
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<div>日志管理警页面</div>
|
||||
</template>
|
3
src/views/system/stationList.vue
Normal file
3
src/views/system/stationList.vue
Normal file
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<div>日志管理警页面</div>
|
||||
</template>
|
Loading…
Reference in New Issue
Block a user