refactor(routes): quotation
This commit is contained in:
parent
6215338e58
commit
fac28cfc67
5 changed files with 5 additions and 5 deletions
|
|
@ -32,9 +32,9 @@ const routes: RouteRecordRaw[] = [
|
|||
component: () => import('pages/04_product-service/MainPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/buy-sale',
|
||||
name: 'BuySale',
|
||||
component: () => import('pages/05_buy-sale/MainPage.vue'),
|
||||
path: '/quotation',
|
||||
name: 'Quotation',
|
||||
component: () => import('pages/05_quotation/MainPage.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue