mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 15:15:07 +08:00
初始化 uniapp 小程序
This commit is contained in:
19
yudao-vue-ui/App.vue
Normal file
19
yudao-vue-ui/App.vue
Normal file
@ -0,0 +1,19 @@
|
||||
<script>
|
||||
export default {
|
||||
onLaunch: function() {
|
||||
console.log('App Launch')
|
||||
},
|
||||
onShow: function() {
|
||||
console.log('App Show')
|
||||
},
|
||||
onHide: function() {
|
||||
console.log('App Hide')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
/*每个页面公共css */
|
||||
@import url("./common/css/common.css");
|
||||
@import url("./common/css/icon.css");
|
||||
</style>
|
Reference in New Issue
Block a user