mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
更改导航
This commit is contained in:
@@ -469,7 +469,7 @@ export default {
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/project") !== -1 || n.indexOf("/ProjecT") !== -1) {
|
||||
if (n.indexOf("/reportproject") !== -1 || n.indexOf("/ReportProject") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
name: "报表中心",
|
||||
|
||||
@@ -357,7 +357,7 @@
|
||||
circle: selectedKeys[0] === 'sub17-2-2' ? false : true,
|
||||
}"
|
||||
></span>
|
||||
<router-link to="/project">项目</router-link>
|
||||
<router-link to="/reportproject">项目</router-link>
|
||||
</a-menu-item>
|
||||
<a-menu-item key="sub17-2-3">
|
||||
<span
|
||||
@@ -757,7 +757,7 @@ export default {
|
||||
pagename: "学习路径图",
|
||||
},
|
||||
{
|
||||
href: "/project",
|
||||
href: "/reportproject",
|
||||
openKeys: "sub17",
|
||||
openKeys2: "sub17-2",
|
||||
selectedKeys: "sub17-2-2",
|
||||
|
||||
@@ -170,7 +170,7 @@ import Cookies from "vue-cookies";
|
||||
import downLoad from "../../utils/downLoad";
|
||||
import { message } from "ant-design-vue";
|
||||
export default {
|
||||
name: "ProjecT",
|
||||
name: "reportProject",
|
||||
setup() {
|
||||
const state = reactive({
|
||||
tableLoading: false, // table加载图标
|
||||
Reference in New Issue
Block a user