mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +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 = [
|
state.list = [
|
||||||
{
|
{
|
||||||
name: "报表中心",
|
name: "报表中心",
|
||||||
|
|||||||
@@ -357,7 +357,7 @@
|
|||||||
circle: selectedKeys[0] === 'sub17-2-2' ? false : true,
|
circle: selectedKeys[0] === 'sub17-2-2' ? false : true,
|
||||||
}"
|
}"
|
||||||
></span>
|
></span>
|
||||||
<router-link to="/project">项目</router-link>
|
<router-link to="/reportproject">项目</router-link>
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
<a-menu-item key="sub17-2-3">
|
<a-menu-item key="sub17-2-3">
|
||||||
<span
|
<span
|
||||||
@@ -757,7 +757,7 @@ export default {
|
|||||||
pagename: "学习路径图",
|
pagename: "学习路径图",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "/project",
|
href: "/reportproject",
|
||||||
openKeys: "sub17",
|
openKeys: "sub17",
|
||||||
openKeys2: "sub17-2",
|
openKeys2: "sub17-2",
|
||||||
selectedKeys: "sub17-2-2",
|
selectedKeys: "sub17-2-2",
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ import Cookies from "vue-cookies";
|
|||||||
import downLoad from "../../utils/downLoad";
|
import downLoad from "../../utils/downLoad";
|
||||||
import { message } from "ant-design-vue";
|
import { message } from "ant-design-vue";
|
||||||
export default {
|
export default {
|
||||||
name: "ProjecT",
|
name: "reportProject",
|
||||||
setup() {
|
setup() {
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
tableLoading: false, // table加载图标
|
tableLoading: false, // table加载图标
|
||||||
Reference in New Issue
Block a user