1 Star 0 Fork 86

phpscup/织羽智慧社区(物业)小程序

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
App.vue 611 Bytes
Copy Edit Raw Blame History
1108cool authored 2021-03-08 11:13 . first commit
<script>
export default {
onLaunch: function() {
console.log('App Launch')
/* const ownerInfo = uni.getStorageSync('ownerInfo');
if(ownerInfo){
this.$u.route({
type:'tab',
url:'pages/index/index'
})
}else{
this.$u.route({
type:'redirect',
url:'pages/login/login'
})
} */
this.$u.route({
type:'tab',
url:'pages/index/index'
})
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style lang="scss">
/*每个页面公共css */
@import "uview-ui/index.scss";
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zailushang12/Zy-WcMini.git
git@gitee.com:zailushang12/Zy-WcMini.git
zailushang12
Zy-WcMini
织羽智慧社区(物业)小程序
master

Search