updated
This commit is contained in:
parent
eb74d42767
commit
1739f5bae3
5 changed files with 75 additions and 62 deletions
|
|
@ -2,8 +2,10 @@ const evaluateMain = () =>
|
|||
import("@/modules/06_evaluate/views/EvaluateMain.vue");
|
||||
const evaluateStep = () =>
|
||||
import("@/modules/06_evaluate/components/EvaluateStepMain.vue");
|
||||
const expertPage = () => import('@/modules/06_evaluate/components/ExpertPage.vue')
|
||||
const expertPageDetail = () => import('@/modules/06_evaluate/components/ExpertPageDetail.vue')
|
||||
const expertPage = () =>
|
||||
import("@/modules/06_evaluate/components/ExpertPage.vue");
|
||||
const expertPageDetail = () =>
|
||||
import("@/modules/06_evaluate/components/ExpertPageDetail.vue");
|
||||
export default [
|
||||
{
|
||||
path: "/evaluate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue