明树Git Lab

Commit c9982f32 authored by zhanghan's avatar zhanghan

修改档案库出版

parent 7a1787a8
Pipeline #109245 passed with stage
in 21 seconds
......@@ -79,6 +79,13 @@ const routes = [
meta: { title: "项目档案库" },
component: () => import("@/views/projectManage/projectAllPage.vue"),
},
{
path: "/xmdakDetaill",
name: "xmdakDetaill",
title: "项目档案库",
meta: { title: "项目档案库" },
component: () => import("@/views/projectManage/xmdakDetaill.vue"),
},
{
path: "/addProject",
name: "addProject",
......
......@@ -256,7 +256,8 @@ const handleCurrentPageChange = (page) => {
const previewProject = (item) => {
router.push({
name: "addProject",
name: "xmdakDetaill",
// name: "addProject",
query: {
isPreview: true,
projectId: item.id,
......
This diff is collapsed.
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