jiuyiUniapp/service/App.vue

13 lines
180 B
Vue
Raw Normal View History

2025-02-13 09:59:20 +08:00
<script>
export default {
onLaunch() {},
onShow() {},
onHide() {}
}
</script>
<style lang="scss">
/*每个页面公共css */
@import "./common/css/style.scss";
</style>