keypan/app.ux
2025-04-22 20:51:53 +08:00

10 lines
112 B
XML

<script>
/**
* 应用级别的配置,供所有页面公用
*/
export default {
onCreate() {}
}
</script>