工程结构调整,同时在一个仓库中开发前端和后端

This commit is contained in:
aixianling
2022-12-30 10:11:49 +08:00
parent 4684d1d4cd
commit cfaef6713b
13 changed files with 3 additions and 3 deletions

17
wxmp/src/App.vue Normal file
View File

@@ -0,0 +1,17 @@
<script>
export default {
onLaunch: function () {
console.log('App Launch')
},
onShow: function () {
console.log('App Show')
},
onHide: function () {
console.log('App Hide')
},
}
</script>
<style>
/*每个页面公共css */
</style>