changes untested
This commit is contained in:
7
src/pages/admin/routes.ts
Normal file → Executable file
7
src/pages/admin/routes.ts
Normal file → Executable file
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
import OilPrice from '../admin/oilprice.vue';
|
||||
import ServicePrice from "./serviceprice.vue";
|
||||
|
||||
const adminRoutes = [
|
||||
{
|
||||
@@ -9,11 +8,7 @@ const adminRoutes = [
|
||||
name: 'oilprice',
|
||||
component: OilPrice,
|
||||
},
|
||||
{
|
||||
path: '/serviceprice',
|
||||
name: 'serviceprice',
|
||||
component: ServicePrice,
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user