no message
Showing
1 changed file
with
14 additions
and
0 deletions
| ... | @@ -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', | ... | ... |
-
Please register or sign in to post a comment