当前位置: 首页 > Web前端 > vue.js

shopromall的多组件

时间:2023-03-31 16:39:26 vue.js

国际化用于解决切换语言css的问题,具体请看代码mounted(){if(uni.getStorageSync('locale')){this.locale=uni.getStorageSync('语言环境');this.$i18n.locale=uni.getStorageSync('locale')}else{this.locale='zh-cn';this.$i18n.locale='zh-cn'}},