174682fa by zrj

9.4 lpt官网初版

1 parent 2bcfb5f5
......@@ -53,7 +53,7 @@ import VueVideoPlayer from '@videojs-player/vue'
import 'video.js/dist/video-js.min.css'
import cache from '@/plugins/cache'
import routerCn from './routerPc/cn'
// import routerCn from './routerPc/cn'
import routerEn from './routerPc/en'
import localeCn from 'element-plus/es/locale/lang/zh-cn' // 中文语言
import localeEn from 'element-plus/es/locale/lang/en'
......
......@@ -61,12 +61,6 @@ export const constantRoutes = [
hidden: true
},
{
path: '/ticketSearch',
component: () => import('@/viewsPc/booking/ticketSearch'),
name: 'ticketSearch',
meta: {title: '票务订单查询'}
},
{
path: '/index',
redirect: '/'
},
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!