Merge pull request 'feat: 初始化项目需求目录及页面文件' (#110) from master into xqhz

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/110
This commit is contained in:
wenhua
2024-05-09 08:19:28 +00:00
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<template>
<div>
需求征集
</div>
</template>
<script setup lang="jsx">
</script>
<style lang="scss" scoped>
</style>

View File

@@ -0,0 +1,13 @@
<template>
<div>
需求汇总
</div>
</template>
<script setup lang="jsx">
</script>
<style lang="scss" scoped>
</style>