Commit 24d6b0b1 authored by godwithdh's avatar godwithdh

boss

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