更新目录
This commit is contained in:
@ -254,10 +254,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/DatAcquisition",
|
||||
name: "DatAcquisition",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index"
|
||||
),
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index"),
|
||||
meta: {
|
||||
title: "情报数据采集",
|
||||
icon: "article"
|
||||
@ -266,10 +263,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/MoralAnalysis",
|
||||
name: "MoralAnalysis",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/ResearchJudgment/MoralAnalysis/index"
|
||||
),
|
||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/MoralAnalysis/index"),
|
||||
meta: {
|
||||
title: "情报语义分析",
|
||||
icon: "article"
|
||||
@ -278,10 +272,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/IntelligenceManagement",
|
||||
name: "IntelligenceManagement",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index"
|
||||
),
|
||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index"),
|
||||
meta: {
|
||||
title: "情报管理",
|
||||
icon: "article"
|
||||
@ -296,10 +287,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/InstructionInformation",
|
||||
name: "InstructionInformation",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/index"
|
||||
),
|
||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/index"),
|
||||
meta: {
|
||||
title: "指令信息",
|
||||
icon: "article"
|
||||
@ -308,10 +296,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/StatisticalAnalysis",
|
||||
name: "StatisticalAnalysis",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/ResearchJudgment/InformationFlows/StatisticalAnalysis/index"
|
||||
),
|
||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/StatisticalAnalysis/index"),
|
||||
meta: {
|
||||
title: "情报统计分析",
|
||||
icon: "article"
|
||||
@ -322,10 +307,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/RecordsOperations",
|
||||
name: "RecordsOperations",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/ResearchJudgment/RecordsOperations/index"
|
||||
),
|
||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/RecordsOperations/index"),
|
||||
meta: {
|
||||
title: "操作记录",
|
||||
icon: "article"
|
||||
@ -455,8 +437,8 @@ export const publicRoutes = [
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/Research",
|
||||
name: "Research",
|
||||
path: "/JudgmentHome",
|
||||
name: "JudgmentHome",
|
||||
redirect: "/ResearchHome",
|
||||
meta: {
|
||||
title: "研判首页",
|
||||
@ -466,10 +448,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/ResearchHome",
|
||||
name: "ResearchHome",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/ResearchJudgment/ResearchHome/index"
|
||||
),
|
||||
component: () =>import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"),
|
||||
meta: {
|
||||
title: "研判首页",
|
||||
icon: "article"
|
||||
@ -478,8 +457,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/MeetingRoom",
|
||||
name: "MeetingRoom",
|
||||
component: () =>
|
||||
import("@/views/backOfficeSystem/MeetingRoom/index"),
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/MeetingRoom/index"),
|
||||
meta: {
|
||||
title: "网上会商室",
|
||||
icon: "article"
|
||||
|
Reference in New Issue
Block a user