4 Star 6 Fork 2

DCloud/helloUniCloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 742 Bytes
一键复制 编辑 原始数据 按行查看 历史
xmanne 提交于 2021-04-09 19:45 . 新增升级中心
<script>
import checkUpdate from '@/uni_modules/uni-upgrade-center-app/utils/check-update';
export default {
onLaunch: function() {
console.log('App Launch')
checkUpdate()//更新升级
},
mounted() {
// #ifdef H5
//const VConsole = require('@/common/js/vconsole.min.js')
//new VConsole()
// #endif
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
/* #ifndef APP-NVUE */
view{
box-sizing: border-box;
}
@font-face {
font-family: "iconfont";
src: url('https://at.alicdn.com/t/font_2354462_s00xh8caffp.ttf');
}
.ico{
font-family: iconfont;
}
/* #endif */
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dcloud/hello-uniCloud.git
git@gitee.com:dcloud/hello-uniCloud.git
dcloud
hello-uniCloud
helloUniCloud
master

搜索帮助