4.26(车辆档案,维修对账页面
This commit is contained in:
@@ -4,9 +4,9 @@ ENV = 'development'
|
||||
# base api
|
||||
# VUE_APP_BASE_API = '/dev-api'
|
||||
# 正式
|
||||
VUE_APP_BASE_API = 'https://cms.diyouzhijia.com/car_admin_api'
|
||||
# VUE_APP_BASE_API = 'https://cms.diyouzhijia.com/car_admin_api'
|
||||
# 薛磊
|
||||
# VUE_APP_BASE_API = 'http://192.168.31.227:8080/car_admin_api'
|
||||
VUE_APP_BASE_API = 'http://192.168.31.227:8080/car_admin_api'
|
||||
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
||||
# It only does one thing by converting all import() to require().
|
||||
|
||||
@@ -23,6 +23,7 @@ import couponRouter from './modules/coupon';
|
||||
import videoChannelRouter from './modules/videoChannel';
|
||||
import marketingRouter from './modules/marketing';
|
||||
import immsgRouter from './modules/immsg';
|
||||
import carManageRouter from './modules/carManage';
|
||||
/**
|
||||
* Note: sub-menu only appear when route children.length >= 1
|
||||
* Detail see: https://panjiachen.github.io/vue-element-admin-site/guide/essentials/router-and-nav.html
|
||||
@@ -82,6 +83,8 @@ export const constantRoutes = [
|
||||
marketingRouter,
|
||||
//客服
|
||||
immsgRouter,
|
||||
//车辆管理
|
||||
carManageRouter,
|
||||
{
|
||||
path: '/404',
|
||||
component: () => import('@/views/error-page/404'),
|
||||
|
||||
@@ -69,6 +69,16 @@ const reservationRouter = {
|
||||
},
|
||||
hidden: false,
|
||||
},
|
||||
{
|
||||
path: 'ledger',
|
||||
name: 'ledger',
|
||||
component: () => import('@/views/reservation/ledger'),
|
||||
meta: {
|
||||
title: '维修台账',
|
||||
icon: 'clipboard',
|
||||
},
|
||||
hidden: false,
|
||||
},
|
||||
{
|
||||
path: 'reply',
|
||||
name: 'reply',
|
||||
|
||||
Reference in New Issue
Block a user