Commit 24d6b0b1 authored by godwithdh's avatar godwithdh

boss

parent 058f5c0a
......@@ -109,7 +109,7 @@ let routes = [
{
path:"/kanban/:userId",
name:"kanban",
component:()=>import("@/view/kanban/index.vue"),
component:()=>import("@/view/tiip/kanban/index.vue"),
meta:{
title:"老板看板"
}
......
......@@ -73,6 +73,7 @@
flex-grow:1;
overflow:auto;
height:1px;
-webkit-overflow-scrolling: touch;
}
}
</style>
......
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