@@ -2,6 +2,7 @@
export default {
onLaunch: function () {
let that = this;
+ that.$queue.changeTabbar(that.$queue.getData('userType')||1)
// #ifdef APP
// 检查是否首次启动 - 引导页逻辑
let firstUpload = uni.getStorageSync("firstUpload") || false;