|
|
|
@ -232,15 +232,7 @@ export const asyncRouterMap = [
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "phoneRegisterManage",
|
|
|
|
|
component: phoneRegisterManage,
|
|
|
|
|
name: "设备管理",
|
|
|
|
|
icon: "",
|
|
|
|
|
meta: {
|
|
|
|
|
authRule: ["admin/phoneRegisterManage"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
path: "/systemParam",
|
|
|
|
|
component: Empty,
|
|
|
|
@ -251,6 +243,15 @@ export const asyncRouterMap = [
|
|
|
|
|
authRule: ["systemParam/systemParamConfig"]
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: "phoneRegisterManage",
|
|
|
|
|
component: phoneRegisterManage,
|
|
|
|
|
name: "设备管理",
|
|
|
|
|
icon: "",
|
|
|
|
|
meta: {
|
|
|
|
|
authRule: ["admin/phoneRegisterManage"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "systemParamConfig",
|
|
|
|
|
component: systemParamConfig,
|
|
|
|
@ -277,22 +278,7 @@ export const asyncRouterMap = [
|
|
|
|
|
authRule: ["system/BussinessTypeLocl"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "bussinessTypeThird",
|
|
|
|
|
name: "第三方单据类型",
|
|
|
|
|
component: bussinessTypeThird,
|
|
|
|
|
meta: {
|
|
|
|
|
authRule: ["system/bussinessTypeThird"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "thirdSys",
|
|
|
|
|
name: "第三方系统",
|
|
|
|
|
component: thirdSys,
|
|
|
|
|
meta: {
|
|
|
|
|
authRule: ["system/thirdSys"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -350,7 +336,7 @@ export const asyncRouterMap = [
|
|
|
|
|
{
|
|
|
|
|
path: "spsSyncData",
|
|
|
|
|
component: spsSyncData,
|
|
|
|
|
name: "数据同步",
|
|
|
|
|
name: "同步记录",
|
|
|
|
|
icon: "",
|
|
|
|
|
meta: {
|
|
|
|
|
authRule: ["spsSyncMange/spsSyncData"]
|
|
|
|
@ -358,6 +344,35 @@ export const asyncRouterMap = [
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "/thrsysMange",
|
|
|
|
|
component: Empty,
|
|
|
|
|
name: "第三方系统",
|
|
|
|
|
redirect: "/thrsysMange/bussinessTypeThird",
|
|
|
|
|
icon: "",
|
|
|
|
|
meta: {
|
|
|
|
|
authRule: ["thrsysMange/manage"]
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: "bussinessTypeThird",
|
|
|
|
|
name: "单据类型",
|
|
|
|
|
component: bussinessTypeThird,
|
|
|
|
|
meta: {
|
|
|
|
|
authRule: ["thrsysMange/bussinessTypeThird"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "thirdSys",
|
|
|
|
|
name: "接口设置",
|
|
|
|
|
component: thirdSys,
|
|
|
|
|
meta: {
|
|
|
|
|
authRule: ["thrsysMange/thirdSys"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
// path: "bussinessType",
|
|
|
|
@ -729,11 +744,15 @@ export const asyncRouterMap = [
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "/thrsys",
|
|
|
|
|
redirect: "/products/thrProducts",
|
|
|
|
|
component: Empty,
|
|
|
|
|
name: "第三方数据",
|
|
|
|
|
icon: "tongyong",
|
|
|
|
|
hidden: false,
|
|
|
|
|
noDropdown: false,
|
|
|
|
|
meta: {
|
|
|
|
@ -902,9 +921,6 @@ export const asyncRouterMap = [
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
path: "/smp",
|
|
|
|
|
redirect: "/smp/udiinfoExportSmp",
|
|
|
|
@ -1140,7 +1156,7 @@ export const asyncRouterMap = [
|
|
|
|
|
component: Home,
|
|
|
|
|
icon: "tongyong",
|
|
|
|
|
name: "API接口",
|
|
|
|
|
hidden: false,
|
|
|
|
|
hidden: true,
|
|
|
|
|
noDropdown: false,
|
|
|
|
|
meta: {
|
|
|
|
|
authRule: ["api"]
|
|
|
|
|