Commit 8538b4d1 by gao_yingdong

冲突修改

parent c851dcbd
import specialLayout from "@/layout/specialLayout.vue";
const menuLayouts = [
{
path: "/specialDataAnalyze",
name: "specialDataAnalyze",
meta: {
title: '专题数据查询分析'
},
component: () => import("@/views/ztsjfx/specialDataAnalyze.vue")
},
{
path: "/specialDataDyfx",
name: "specialDataDyfx",
meta: {
title: '专题数据地域统计'
},
component: () => import("@/views/ztsjfx/specialDataDyfx.vue")
},
{
path: "/specialDataXsjs",
name: "specialDataXsjs",
meta: {
title: '专题数据线索分析'
},
component: () => import("@/views/ztsjfx/specialDataXsfx.vue")
},
];
export default [{
path: "/right",
component: specialLayout,
children: [...menuLayouts,]
import specialLayout from "@/layout/specialLayout.vue";
const menuLayouts = [
{
path: "/specialDataAnalyze",
name: "specialDataAnalyze",
meta: {
title: '专题数据查询分析'
},
component: () => import("@/views/ztsjfx/specialDataAnalyze.vue")
},
{
path: "/specialDataDyfx",
name: "specialDataDyfx",
meta: {
title: '专题数据地域统计'
},
component: () => import("@/views/ztsjfx/specialDataDyfx.vue")
},
{
path: "/specialDataXsjs",
name: "specialDataXsjs",
meta: {
title: '专题数据线索分析'
},
component: () => import("@/views/ztsjfx/specialDataXsfx.vue")
},
];
export default [{
path: "/right",
component: specialLayout,
children: [...menuLayouts,]
},
{
path: "/addquery",
name: "addquery",
meta: {
title: '专题数据地域统计'
},
component: () => import("@/views/ztsjfx/add/addquery.vue")
},];
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment