This commit is contained in:
cxc
2022-09-13 18:33:35 +08:00
parent 3fd5da59a9
commit 3ffbc93e9b
7 changed files with 461 additions and 437 deletions

View File

@ -0,0 +1,19 @@
<template>
<view>
<image src="../../../../static/project_detail_home_example.png" mode=""></image>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>