2 Star 4 Fork 1

YyggQAQ / ruoyi-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 584 Bytes
一键复制 编辑 原始数据 按行查看 历史
YyggQAQ 提交于 2022-09-07 21:26 . 9.7
<script>
/**
* Copyright (c) 2013-Now http://aidex.vip All rights reserved.
*/
export default {
onLaunch() {
// 国际化,设置当前语言
if (this.vuex_locale){
this.$i18n.locale = this.vuex_locale;
this.$u.api.lang({lang: this.vuex_locale});
}
// 设置底部导航栏角标
uni.setTabBarBadge({
index: 0,
text: '3'
});
// uni.removeTabBarBadge({
// index: 0
// });
}
}
</script>
<style>
@import url("~@/static/iconfont/iconfont.css");
</style>
<style lang="scss">
@import "uview-ui/index.scss";
@import "pages/common/aidex.scss";
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yyggqaq/ruoyi-uniapp.git
git@gitee.com:yyggqaq/ruoyi-uniapp.git
yyggqaq
ruoyi-uniapp
ruoyi-uniapp
master

搜索帮助