1 Star 0 Fork 1

Uniapp插件开发/vk+tm-vuetify 2.0+unicloud前后端云开发模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
<script>
import config from '@/app.config.js'
export default {
methods: {
},
// 监听 - 页面404
onPageNotFound: function(e) {
uni.redirectTo({
url: config.error.url
})
},
onLaunch: function() {
if (config.debug) console.log('App Launch')
let that = this;
},
onShow: function() {
if (config.debug) console.log('App Show')
uni.hideTabBar()
},
onHide: function() {
if (config.debug) console.log('App Hide')
}
}
</script>
<style lang="scss">
/*每个页面公共css */
@import "./tm-vuetify/mian.min.css";
// < !-- 主题包 -->
@import "./tm-vuetify/scss/theme.css";
@import "./common/css/app.scss";
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/evan-uniapp-extend/vk-tm-template.git
git@gitee.com:evan-uniapp-extend/vk-tm-template.git
evan-uniapp-extend
vk-tm-template
vk+tm-vuetify 2.0+unicloud前后端云开发模板
master

搜索帮助