This commit is contained in:
zhaofang
2022-09-26 20:11:22 +08:00
parent 147e7a2fcf
commit 96e07d3135
13 changed files with 80 additions and 111 deletions

View File

@@ -3,7 +3,7 @@ import ajax from '@/utils/xajax.js'
/**
* 首页推荐案例
* @param type 1最热 2最新
* @param type 2最热 1最新
* */
const cases=function (type){
return ajax.get('/xboe/portal/index/cases?type='+type);