4 Star 26 Fork 33

ThingsPanel / app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
*杰 提交于 2023-06-13 17:39 . feat: 加入告警模块
<script>
export default {
onLaunch: function() {
// console.log('App Launch')
},
onShow: function() {
// console.log('App Show')
},
onHide: function() {
// console.log('App Hide')
}
}
</script>
<style>
/* 引入公共样式 */
@import './common/uni.css';
/* 引入字体库样式 */
@import './common/icon.css';
/* 引入动画库 */
@import './common/animate.css';
/* 引入公共库样式 */
@import './common/util.css';
/* */
@import './common/common.css';
</style>
JavaScript
1
https://gitee.com/ThingsPanel/app.git
git@gitee.com:ThingsPanel/app.git
ThingsPanel
app
app
main

搜索帮助