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

perf: 屏蔽修改密码和系统设置板块

parent 335725a4
......@@ -580,216 +580,216 @@ const routes = [
},
],
},
{
path: "thePlatformIsSet",
name: "thePlatformIsSet",
redirect: "/home/thePlatformIsSet/setPlatformes",
component: () =>
import(
/* webpackChunkName: "thePlatformIsSet" */ "@/components/viewport/viewport.vue"
),
meta: { title: "平台设置" },
children: [
{
path: "setPlatformes",
name: "setPlatformes",
component: () =>
import(
/* webpackChunkName: "setPlatformes" */ "@/views/thePlatformIsSet/setPlatformes.vue"
),
meta: { title: "平台设置" },
},
{
path: "APIServe",
name: "APIServe",
component: () =>
import(
/* webpackChunkName: "APIServe" */ "@/views/thePlatformIsSet/components/APIServe/APIServe.vue"
),
meta: { title: "API服务" },
},
{
path: "productManage",
name: "productManage",
component: () =>
import(
/* webpackChunkName: "productManage" */ "@/views/thePlatformIsSet/components/productManage/productManage.vue"
),
meta: { title: "产品管理" },
},
{
path: "applService",
name: "applService",
component: () =>
import(
/* webpackChunkName: "applService" */ "@/views/thePlatformIsSet/components/applService.vue"
),
meta: { title: "应用服务" },
},
{
path: "portDocument",
name: "portDocument",
component: () =>
import(
/* webpackChunkName: "portDocument" */ "@/views/thePlatformIsSet/components/APIServe/components/portDocument.vue"
),
meta: { title: "接口信息" },
},
{
path: "dictionary",
name: "dictionary",
component: () =>
import(
/* webpackChunkName: "portDocument" */ "@/views/thePlatformIsSet/components/dictionary/dictionary.vue"
),
meta: { title: "字典管理" },
},
{
path: "permissionsModel",
name: "permissionsModel",
redirect: "/home/thePlatformIsSet/permissionsModel/userManagement",
component: () =>
import(
/* webpackChunkName: "permissionsModel" */ "@/views/thePlatformIsSet/components/permissionsModel/permissionsModel.vue"
),
meta: { title: "权限模型" },
children: [
{
path: "userManagement",
name: "userManagement",
component: () =>
import(
/* webpackChunkName: "userManagement" */ "@/views/thePlatformIsSet/components/permissionsModel/userManagement.vue"
),
meta: { title: "用户管理" },
},
{
path: "authorityMis",
name: "authorityMis",
component: () =>
import(
/* webpackChunkName: "authorityMis" */ "@/views/thePlatformIsSet/components/permissionsModel/authorityMis.vue"
),
meta: { title: "角色权限管理" },
},
],
},
{
path: "setMenuPerms",
name: "setMenuPerms",
component: () =>
import(
/* webpackChunkName: "setMenuPerms" */ "@/views/thePlatformIsSet/components/permissionsModel/setMenuPerms.vue"
),
meta: { title: "菜单权限设置" },
},
{
path: "menuManagement",
name: "menuManagement",
redirect: "/home/thePlatformIsSet/menuManagement/menuMgmt",
component: () =>
import(
/* webpackChunkName: "menuManagement" */ "@/views/thePlatformIsSet/components/menuManagement/menuManagement.vue"
),
meta: { title: "菜单管理" },
children: [
{
path: "menuMgmt",
name: "menuMgmt",
component: () =>
import(
/* webpackChunkName: "menuMgmt" */ "@/views/thePlatformIsSet/components/menuManagement/menuMgmt.vue"
),
meta: { title: "菜单管理" },
},
],
},
{
path: "logService",
name: "logService",
redirect: "/home/thePlatformIsSet/logService/Service",
component: () =>
import(
/* webpackChunkName: "logService" */ "@/views/thePlatformIsSet/components/logService/logService.vue"
),
meta: { title: "日志服务" },
children: [
{
path: "Service",
name: "Service",
component: () =>
import(
/* webpackChunkName: "Service" */ "@/views/thePlatformIsSet/components/logService/Service.vue"
),
meta: { title: "日志服务" },
},
],
},
{
path: "InterfaceManage",
name: "InterfaceManage",
redirect: "/home/thePlatformIsSet/InterfaceManage/manage",
component: () =>
import(
/* webpackChunkName: "InterfaceManage" */ "@/views/thePlatformIsSet/components/productManage/components/InterfaceManage/module.vue"
),
meta: { title: "接口管理" },
children: [
{
path: "manage",
name: "manage",
component: () =>
import(
/* webpackChunkName: "manage " */ "@/views/thePlatformIsSet/components/productManage/components/InterfaceManage/alerting.vue"
),
meta: { title: "接口管理" },
},
],
},
{
path: "appManage",
name: "appManage",
redirect: "/home/thePlatformIsSet/appManage/application",
component: () =>
import(
/* webpackChunkName: "appManage" */ "@/views/thePlatformIsSet/components/productManage/components/appManage/module.vue"
),
meta: { title: "应用管理" },
children: [
{
path: "application",
name: "application",
component: () =>
import(
/* webpackChunkName: "application " */ "@/views/thePlatformIsSet/components/productManage/components/appManage/application.vue"
),
meta: { title: "应用管理" },
},
],
},
{
path: "docData",
name: "docData",
redirect: "/home/thePlatformIsSet/docData/fileData",
component: () =>
import(
/* webpackChunkName: "docData" */ "@/views/thePlatformIsSet/components/productManage/components/docData/module.vue"
),
meta: { title: "文档资料" },
children: [
{
path: "fileData",
name: "fileData",
component: () =>
import(
/* webpackChunkName: "fileData " */ "@/views/thePlatformIsSet/components/productManage/components/docData/fileData.vue"
),
meta: { title: "文档资料" },
},
],
},
],
},
// {
// path: "thePlatformIsSet",
// name: "thePlatformIsSet",
// redirect: "/home/thePlatformIsSet/setPlatformes",
// component: () =>
// import(
// /* webpackChunkName: "thePlatformIsSet" */ "@/components/viewport/viewport.vue"
// ),
// meta: { title: "平台设置" },
// children: [
// {
// path: "setPlatformes",
// name: "setPlatformes",
// component: () =>
// import(
// /* webpackChunkName: "setPlatformes" */ "@/views/thePlatformIsSet/setPlatformes.vue"
// ),
// meta: { title: "平台设置" },
// },
// {
// path: "APIServe",
// name: "APIServe",
// component: () =>
// import(
// /* webpackChunkName: "APIServe" */ "@/views/thePlatformIsSet/components/APIServe/APIServe.vue"
// ),
// meta: { title: "API服务" },
// },
// {
// path: "productManage",
// name: "productManage",
// component: () =>
// import(
// /* webpackChunkName: "productManage" */ "@/views/thePlatformIsSet/components/productManage/productManage.vue"
// ),
// meta: { title: "产品管理" },
// },
// {
// path: "applService",
// name: "applService",
// component: () =>
// import(
// /* webpackChunkName: "applService" */ "@/views/thePlatformIsSet/components/applService.vue"
// ),
// meta: { title: "应用服务" },
// },
// {
// path: "portDocument",
// name: "portDocument",
// component: () =>
// import(
// /* webpackChunkName: "portDocument" */ "@/views/thePlatformIsSet/components/APIServe/components/portDocument.vue"
// ),
// meta: { title: "接口信息" },
// },
// {
// path: "dictionary",
// name: "dictionary",
// component: () =>
// import(
// /* webpackChunkName: "portDocument" */ "@/views/thePlatformIsSet/components/dictionary/dictionary.vue"
// ),
// meta: { title: "字典管理" },
// },
// {
// path: "permissionsModel",
// name: "permissionsModel",
// redirect: "/home/thePlatformIsSet/permissionsModel/userManagement",
// component: () =>
// import(
// /* webpackChunkName: "permissionsModel" */ "@/views/thePlatformIsSet/components/permissionsModel/permissionsModel.vue"
// ),
// meta: { title: "权限模型" },
// children: [
// {
// path: "userManagement",
// name: "userManagement",
// component: () =>
// import(
// /* webpackChunkName: "userManagement" */ "@/views/thePlatformIsSet/components/permissionsModel/userManagement.vue"
// ),
// meta: { title: "用户管理" },
// },
// {
// path: "authorityMis",
// name: "authorityMis",
// component: () =>
// import(
// /* webpackChunkName: "authorityMis" */ "@/views/thePlatformIsSet/components/permissionsModel/authorityMis.vue"
// ),
// meta: { title: "角色权限管理" },
// },
// ],
// },
// {
// path: "setMenuPerms",
// name: "setMenuPerms",
// component: () =>
// import(
// /* webpackChunkName: "setMenuPerms" */ "@/views/thePlatformIsSet/components/permissionsModel/setMenuPerms.vue"
// ),
// meta: { title: "菜单权限设置" },
// },
// {
// path: "menuManagement",
// name: "menuManagement",
// redirect: "/home/thePlatformIsSet/menuManagement/menuMgmt",
// component: () =>
// import(
// /* webpackChunkName: "menuManagement" */ "@/views/thePlatformIsSet/components/menuManagement/menuManagement.vue"
// ),
// meta: { title: "菜单管理" },
// children: [
// {
// path: "menuMgmt",
// name: "menuMgmt",
// component: () =>
// import(
// /* webpackChunkName: "menuMgmt" */ "@/views/thePlatformIsSet/components/menuManagement/menuMgmt.vue"
// ),
// meta: { title: "菜单管理" },
// },
// ],
// },
// {
// path: "logService",
// name: "logService",
// redirect: "/home/thePlatformIsSet/logService/Service",
// component: () =>
// import(
// /* webpackChunkName: "logService" */ "@/views/thePlatformIsSet/components/logService/logService.vue"
// ),
// meta: { title: "日志服务" },
// children: [
// {
// path: "Service",
// name: "Service",
// component: () =>
// import(
// /* webpackChunkName: "Service" */ "@/views/thePlatformIsSet/components/logService/Service.vue"
// ),
// meta: { title: "日志服务" },
// },
// ],
// },
// {
// path: "InterfaceManage",
// name: "InterfaceManage",
// redirect: "/home/thePlatformIsSet/InterfaceManage/manage",
// component: () =>
// import(
// /* webpackChunkName: "InterfaceManage" */ "@/views/thePlatformIsSet/components/productManage/components/InterfaceManage/module.vue"
// ),
// meta: { title: "接口管理" },
// children: [
// {
// path: "manage",
// name: "manage",
// component: () =>
// import(
// /* webpackChunkName: "manage " */ "@/views/thePlatformIsSet/components/productManage/components/InterfaceManage/alerting.vue"
// ),
// meta: { title: "接口管理" },
// },
// ],
// },
// {
// path: "appManage",
// name: "appManage",
// redirect: "/home/thePlatformIsSet/appManage/application",
// component: () =>
// import(
// /* webpackChunkName: "appManage" */ "@/views/thePlatformIsSet/components/productManage/components/appManage/module.vue"
// ),
// meta: { title: "应用管理" },
// children: [
// {
// path: "application",
// name: "application",
// component: () =>
// import(
// /* webpackChunkName: "application " */ "@/views/thePlatformIsSet/components/productManage/components/appManage/application.vue"
// ),
// meta: { title: "应用管理" },
// },
// ],
// },
// {
// path: "docData",
// name: "docData",
// redirect: "/home/thePlatformIsSet/docData/fileData",
// component: () =>
// import(
// /* webpackChunkName: "docData" */ "@/views/thePlatformIsSet/components/productManage/components/docData/module.vue"
// ),
// meta: { title: "文档资料" },
// children: [
// {
// path: "fileData",
// name: "fileData",
// component: () =>
// import(
// /* webpackChunkName: "fileData " */ "@/views/thePlatformIsSet/components/productManage/components/docData/fileData.vue"
// ),
// meta: { title: "文档资料" },
// },
// ],
// },
// ],
// },
],
},
{
......
......@@ -20,9 +20,9 @@ export default {
};
},
created() {
this.$route.path.indexOf("/home/thePlatformIsSet") == 0
? (this.url = "/home/thePlatformIsSet")
: "";
// this.$route.path.indexOf("/home/thePlatformIsSet") == 0
// ? (this.url = "/home/thePlatformIsSet")
// : "";
},
methods: {},
......
......@@ -61,9 +61,9 @@
<a-icon type="down" />
</a>
<a-menu slot="overlay">
<a-menu-item>
<!-- <a-menu-item>
<a href="javascript:;" @click="fnChangePassword">修改密码</a>
</a-menu-item>
</a-menu-item> -->
<a-menu-item>
<a href="javascript:;" @click="Logout">退出登录</a>
</a-menu-item>
......@@ -131,7 +131,7 @@ export default {
"/home/dataManagement/dataAdmin",
"/home/siteArrange",
"/home/dataActuary",
"/home/thePlatformIsSet/setPlatformes",
// "/home/thePlatformIsSet/setPlatformes",
];
return arr.includes(this.$route.path);
},
......
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