174682fa by zrj

9.4 lpt官网初版

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