Commit a753796e authored by “yiyousong”'s avatar “yiyousong”

pref:修改易政秀报表路由名称

parent 695657d6
...@@ -156,7 +156,7 @@ const routes = [ ...@@ -156,7 +156,7 @@ const routes = [
import( import(
/* webpackChunkName: "easyPoliticsShow" */ "@/views/dataAdmin/components/easyPoliticsShow/module.vue" /* webpackChunkName: "easyPoliticsShow" */ "@/views/dataAdmin/components/easyPoliticsShow/module.vue"
), ),
meta: { title: "易政秀报表" }, meta: { title: "在线制作记录报表" },
children: [ children: [
{ {
path: "PoliticsShow", path: "PoliticsShow",
...@@ -165,7 +165,7 @@ const routes = [ ...@@ -165,7 +165,7 @@ const routes = [
import( import(
/* webpackChunkName: "PoliticsShow" */ "@/views/dataAdmin/components/easyPoliticsShow/PoliticsShow.vue" /* webpackChunkName: "PoliticsShow" */ "@/views/dataAdmin/components/easyPoliticsShow/PoliticsShow.vue"
), ),
meta: { title: "易政秀报表" }, meta: { title: "在线制作记录报表" },
}, },
], ],
}, },
...@@ -453,7 +453,7 @@ const routes = [ ...@@ -453,7 +453,7 @@ const routes = [
/* webpackChunkName: "dataActuary" */ "@/views/dataActuary/business/index.vue" /* webpackChunkName: "dataActuary" */ "@/views/dataActuary/business/index.vue"
), ),
meta: { title: "业务数据分析" }, meta: { title: "业务数据分析" },
redirect: 'dataActuary/business/basecontent', redirect: "dataActuary/business/basecontent",
children: [ children: [
{ {
path: "basecontent", path: "basecontent",
...@@ -473,7 +473,7 @@ const routes = [ ...@@ -473,7 +473,7 @@ const routes = [
), ),
meta: { title: "分析结果" }, meta: { title: "分析结果" },
}, },
] ],
}, },
{ {
path: "dataActuary/portrayal", path: "dataActuary/portrayal",
...@@ -483,7 +483,7 @@ const routes = [ ...@@ -483,7 +483,7 @@ const routes = [
/* webpackChunkName: "dataActuary" */ "@/views/dataActuary/portrayal/index.vue" /* webpackChunkName: "dataActuary" */ "@/views/dataActuary/portrayal/index.vue"
), ),
meta: { title: "群众画像图谱" }, meta: { title: "群众画像图谱" },
redirect: 'dataActuary/portrayal/portrayalbase', redirect: "dataActuary/portrayal/portrayalbase",
children: [ children: [
{ {
path: "portrayalbase", path: "portrayalbase",
...@@ -503,7 +503,7 @@ const routes = [ ...@@ -503,7 +503,7 @@ const routes = [
), ),
meta: { title: "分析结果" }, meta: { title: "分析结果" },
}, },
] ],
}, },
{ {
path: "dataActuary/portrayal/register", path: "dataActuary/portrayal/register",
......
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