xuefy 3 years ago
parent
commit
658abf9ae2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      flowable-front/src/router.js

+ 2 - 0
flowable-front/src/router.js

@@ -11,6 +11,7 @@ import myStartFlow  from './components/views/myStartFlow.vue';
 import myTask  from './components/views/myTask.vue';
 import openDeal  from './components/views/openDeal.vue';
 import getMyJoinProcint  from './components/views/getMyJoinProcint.vue';
+import myCompanyTask  from './components/views/myCompanyTask.vue';
 import menuConfig  from './components/views/menuConfig.vue';
 import demo  from './Demo.vue';
 
@@ -23,6 +24,7 @@ const routes=[
     {path:'/myStartFlow', component : myStartFlow},
 	{path:'/processStart', component : processStart},
 	{path:'/myTask', component : myTask},
+	{path:'/myCompanyTask', component : myCompanyTask},
 	{path:'/openDeal', component : openDeal},
 	{path:'/getMyJoinProcint', component : getMyJoinProcint},
 	{path:'/demo', component : demo},