Commit 8bcb4c39 authored by “yiyousong”'s avatar “yiyousong”

perf: 暂时屏蔽用户管理板块

parent 68251435
<template>
<div class="system flex flexc">
<a-tabs :activeKey="activeKey" @change="changeRouter">
<a-tab-pane key="/system/user">
<!-- <a-tab-pane key="/system/user">
<span slot="tab">
<a-icon type="user" />
用户管理
......@@ -24,7 +24,7 @@
<a-icon type="deployment-unit" />
维度管理
</span>
</a-tab-pane>
</a-tab-pane> -->
<a-tab-pane key="/system/parameter">
<span slot="tab">
<a-icon type="container" />
......
......@@ -306,7 +306,7 @@ const options = {
meta: {
icon: "global",
},
redirect: "system/user",
redirect: "system/parameter",
children: [
{
path: "user",
......
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