2676d8a8 by 杨炀

no message

1 parent e67a9536
...@@ -143,6 +143,13 @@ const menus3 = ref([ ...@@ -143,6 +143,13 @@ const menus3 = ref([
143 picUrl1: '/img/nav_29.png', 143 picUrl1: '/img/nav_29.png',
144 picUrl2: '/img/nav_29_dwn.png', 144 picUrl2: '/img/nav_29_dwn.png',
145 isActive: false 145 isActive: false
146 },
147 {
148 name: language.value==0?'票务预订':'Ticket Reservation',
149 routeName: 'seat_order',
150 picUrl1: '/img/c7.png',
151 picUrl2: '/img/c7.png',
152 isActive: false
146 } 153 }
147 ]) 154 ])
148 const menusPersonal = ref([ 155 const menusPersonal = ref([
...@@ -174,6 +181,13 @@ const menusPersonal = ref([ ...@@ -174,6 +181,13 @@ const menusPersonal = ref([
174 picUrl2: '/img/nav_29_dwn.png', 181 picUrl2: '/img/nav_29_dwn.png',
175 isActive: false 182 isActive: false
176 }, 183 },
184 {
185 name: language.value==0?'票务预订':'Ticket Reservation',
186 routeName: 'seat_order',
187 picUrl1: '/img/c7.png',
188 picUrl2: '/img/c7.png',
189 isActive: false
190 },
177 { 191 {
178 name: language.value==0?'系统消息':'System messages', 192 name: language.value==0?'系统消息':'System messages',
179 routeName: 'mySms', 193 routeName: 'mySms',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!