| | |
| | | { |
| | | text: "English", |
| | | icon: require("@/assets/ico/english.png"), |
| | | lang: "zh-CN", |
| | | lang: "zh-CN" |
| | | }, |
| | | { text: "हिंदी", icon: require("@/assets/ico/india.png"), lang: "en" }, |
| | | { text: "हिंदी", icon: require("@/assets/ico/india.png"), lang: "en" } |
| | | // { text: '繁体中文', icon: require('@/assets/ico/tw.png'), lang: 'tw' } |
| | | ], |
| | | ] |
| | | }; |
| | | }, |
| | | methods: { |
| | |
| | | } else { |
| | | Toast(data.msg); |
| | | } |
| | | }, |
| | | } |
| | | }, |
| | | mounted() { |
| | | this.getInfoSite(); |
| | | }, |
| | | } |
| | | }; |
| | | </script> |
| | | |
| | |
| | | } |
| | | |
| | | .right_mess { |
| | | width: 40%; |
| | | // width: 40%; |
| | | height: 100%; |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: center; |
| | | |
| | | > span { |
| | | margin-right: 1.3rem; |
| | | } |
| | | // > span { |
| | | // margin-right: 1.3rem; |
| | | // } |
| | | } |
| | | |
| | | img { |
| | |
| | | height: 50%; |
| | | } |
| | | } |
| | | </style> |
| | | </style> |