|
@@ -4,19 +4,19 @@ import store from '../store'
|
|
|
Vue.use(Router)
|
|
|
|
|
|
import Layout from '@/layout'
|
|
|
-import news from './news/index'
|
|
|
-import driverManagement from './driverManagement/index'
|
|
|
-import cargoOwnerManagement from './cargoOwnerManagement/index'
|
|
|
-import enterpriseManagement from './enterpriseManagement/index'
|
|
|
-import orderManagement from './orderManagement/index'
|
|
|
-import contractManagement from './contractManagement/index'
|
|
|
-import platformManagement from './platformManagement/index'
|
|
|
-import feedbackManagement from './feedbackManagement/index'
|
|
|
-import officialWebsiteManagement from './officialWebsiteManagement/index'
|
|
|
-import parkReportManagement from './parkReportManagement/index'
|
|
|
-import administrationManagement from './administrationManagement/index'
|
|
|
-import settlementManagement from './settlementManagement/index'
|
|
|
-import operationLog from './operationLog/index'
|
|
|
+import news from './news/index'//消息
|
|
|
+import driverManagement from './driverManagement/index'//司机管理
|
|
|
+import cargoOwnerManagement from './cargoOwnerManagement/index'//货主管理
|
|
|
+import enterpriseManagement from './enterpriseManagement/index'//企业管理
|
|
|
+import orderManagement from './orderManagement/index'//订单管理
|
|
|
+// import contractManagement from './contractManagement/index'//合同管理
|
|
|
+import platformManagement from './platformManagement/index'//平台规定管理
|
|
|
+import feedbackManagement from './feedbackManagement/index'//投诉举报管理
|
|
|
+import officialWebsiteManagement from './officialWebsiteManagement/index'//官网信息
|
|
|
+import parkReportManagement from './parkReportManagement/index'//园区上报
|
|
|
+import administrationManagement from './administrationManagement/index'//管局上报
|
|
|
+import settlementManagement from './settlementManagement/index'//结算管理
|
|
|
+import operationLog from './operationLog/index'//操作日志
|
|
|
|
|
|
|
|
|
export const constantRoutes = [{
|
|
@@ -92,13 +92,12 @@ let cofigRouter = [
|
|
|
cargoOwnerManagement,
|
|
|
enterpriseManagement,
|
|
|
orderManagement,
|
|
|
- contractManagement,
|
|
|
- platformManagement,
|
|
|
- feedbackManagement,
|
|
|
- officialWebsiteManagement,
|
|
|
+ settlementManagement,
|
|
|
parkReportManagement,
|
|
|
administrationManagement,
|
|
|
- settlementManagement,
|
|
|
+ feedbackManagement,
|
|
|
+ platformManagement,
|
|
|
+ officialWebsiteManagement,
|
|
|
operationLog,
|
|
|
]
|
|
|
export const asyncRoutes = cofigRouter
|