文件路徑:App.vue

this.$Cache.set('WECHAT_APPID', res.data.wechat_config_appid)文件路徑:libs/login.js

代碼:
if(Cache.get('WECHAT_APPID')){
uni.navigateTo({
url: '/pages/users/wechat_login/index',
});
}else{
return uni.navigateTo({
url:'/pages/users/login/index'
})
} 
