This commit is contained in:
2023-07-11 19:47:37 +08:00
parent 492bc4894d
commit 0600bc4a0d
13 changed files with 665 additions and 214 deletions

View File

@@ -126,8 +126,8 @@
<el-checkbox style="margin-top: 20px" v-for="(tag,index) in tags" :key="index" v-html="tag.category" border size="medium"></el-checkbox>
</el-checkbox-group>
</el-card>
<el-card class="box-card">
总共:
<el-card class="box-card" style="margin-top: 10px">
总共: {{tags.length}}
</el-card>
</el-dialog>
<el-backtop target=".main" :visibility-height="20" :right="10" :bottom="10"></el-backtop>
@@ -159,7 +159,7 @@ export default {
loading: false,
loginDialogVisible: false,
manageCategoryVisible:false,
tags:null,
tags:[],
};
},
mounted() {
@@ -202,7 +202,7 @@ export default {
axios({
method: 'post',
// 请求的地址
url: 'http://localhost:8082/helloGithub_war_exploded/selectLastByCate',
url: '/api/selectLastByCate',
// URL 中的查询参数
params: {
num: "0",
@@ -216,7 +216,7 @@ export default {
axios({
method: 'post',
// 请求的地址
url: 'http://localhost:8082/helloGithub_war_exploded/selectMostStar',
url: '/api/selectMostStar',
// URL 中的查询参数
params: {
num: index,
@@ -248,7 +248,7 @@ export default {
axios({
method: 'post',
// 请求的地址
url: 'http://localhost:8082/helloGithub_war_exploded/selectLastByCate',
url: '/api/selectLastByCate',
// URL 中的查询参数
params: {
num: index,
@@ -274,7 +274,7 @@ export default {
axios({
method: 'post',
// 请求的地址
url: 'http://localhost:8082/helloGithub_war_exploded/retLabel',
url: '/api/retLabel',
// URL 中的查询参数
params: {
}
@@ -289,7 +289,7 @@ export default {
axios({
method: 'post',
// 请求的地址
url: 'http://localhost:8082/helloGithub_war_exploded/userNum',
url: '/api/userNum',
// URL 中的查询参数
params: {
}
@@ -302,7 +302,7 @@ export default {
axios({
method: 'post',
// 请求的地址
url: 'http://localhost:8082/helloGithub_war_exploded/countNum',
url: '/api/countNum',
// URL 中的查询参数
params: {