46d1bfcd by 杨炀

no message

1 parent e0216c56
No preview for this file type
...@@ -108,6 +108,13 @@ const menus = ref([ ...@@ -108,6 +108,13 @@ const menus = ref([
108 isActive: false 108 isActive: false
109 }, 109 },
110 { 110 {
111 name: language.value==0?'票务预订':'Ticket Reservation',
112 routeName: 'seat_order',
113 picUrl1: '/img/nav_29.png',
114 picUrl2: '/img/nav_29_dwn.png',
115 isActive: false
116 },
117 {
111 name: language.value==0?'系统消息':'System messages', 118 name: language.value==0?'系统消息':'System messages',
112 routeName: 'mySms', 119 routeName: 'mySms',
113 picUrl1: '/img/nav_30.png', 120 picUrl1: '/img/nav_30.png',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!