Commit 4658e9f3 authored by 李苏's avatar 李苏 💬

路由模块调整和主页调整

parent c9265ec0
...@@ -43,34 +43,7 @@ export const powerRoutes = [ ...@@ -43,34 +43,7 @@ export const powerRoutes = [
}, },
children: [ children: [
/* 基础数据 */ /* 基础数据 */
{
erpComponent: false,
component: 'jcxxgl/gjxx/index',
hidden: false,
meta: {
"title": "工具信息",
"icon": "",
"noCache": false,
"link": null,
"mkid": '920010100',
},
name: 'gjxx',
path: "gjxx",
},
{
erpComponent: false,
component: 'jcxxgl/wlxx/index',
hidden: false,
meta: {
"title": "物料信息",
"icon": "",
"noCache": false,
"link": null,
"mkid": '920010200',
},
name: 'wlxx',
path: "wlxx",
}
] ]
}, },
/*基础数据*/ /*基础数据*/
...@@ -387,6 +360,34 @@ export const powerRoutes = [ ...@@ -387,6 +360,34 @@ export const powerRoutes = [
}, },
children: [ children: [
/* 基础数据 */ /* 基础数据 */
{
erpComponent: false,
component: 'jcxxgl/gjxx/index',
hidden: false,
meta: {
"title": "工具信息",
"icon": "",
"noCache": false,
"link": null,
"mkid": '920030100',
},
name: 'gjxx',
path: "gjxx",
},
{
erpComponent: false,
component: 'jcxxgl/wlxx/index',
hidden: false,
meta: {
"title": "物料信息",
"icon": "",
"noCache": false,
"link": null,
"mkid": '920030200',
},
name: 'wlxx',
path: "wlxx",
},
{ {
erpComponent: false, erpComponent: false,
component: 'sbjxgl/sbjxxx/index', component: 'sbjxgl/sbjxxx/index',
...@@ -396,7 +397,7 @@ export const powerRoutes = [ ...@@ -396,7 +397,7 @@ export const powerRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid": '920030100', "mkid": '920030300',
}, },
name: 'sbjxxx', name: 'sbjxxx',
path: "sbjxxx", path: "sbjxxx",
...@@ -410,7 +411,7 @@ export const powerRoutes = [ ...@@ -410,7 +411,7 @@ export const powerRoutes = [
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid": '920030200', "mkid": '920030400',
}, },
name: 'jxzyff', name: 'jxzyff',
path: "jxzyff", path: "jxzyff",
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</div> </div>
<div class="flex1 text-center"> <div class="flex1 text-center">
<div class="menu"> <div class="menu">
<router-link to="/jcxxgl/gjxx"> <router-link to="/sbjxgl/gjxx">
基础数据 基础数据
</router-link> </router-link>
</div> </div>
......
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