Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/router/index.js
This commit is contained in:
2023-07-02 22:52:24 +08:00
3 changed files with 23 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
<br/><br/>
</div>
<br/>
<el-button type="info" @click="getProjectNum()">阅读该期</el-button>
<el-button type="info" @click="getMonely()">阅读该期</el-button>
<br/><br/>
</el-card>
</el-col>
@@ -110,7 +110,7 @@
<span style="font-size:18px;font-weight:540;color: #676767">欢迎推荐和自荐项目</span>
<br/><br/>
</div>
<el-button type="info" style="margin-top:37px">推荐项目</el-button>
<el-button type="info" @click="getProjectNum()" style="margin-top:37px">推荐项目</el-button>
<br/><br/>
</el-card>
</el-col>

View File

@@ -0,0 +1,15 @@
<template>
<div>
sssss
</div>
</template>
<script>
export default {
name: "MonthlyDetailComponent"
}
</script>
<style scoped>
</style>