|
@@ -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},
|