新增引导图调整购买转跳

This commit is contained in:
唐明明
2021-11-01 18:48:47 +08:00
parent ff8870b9bb
commit 4acbd258b2
13 changed files with 3373 additions and 3082 deletions

21
apis/interfaces/guide.js Normal file
View File

@@ -0,0 +1,21 @@
/**
* Web唐明明
* 匆匆数载恍如梦,岁月迢迢华发增。
* 碌碌无为枉半生,一朝惊醒万事空。
* moduleName: 启动页
*/
import { request } from '../index'
// 欢迎图
const guide = data => {
return request({
url: 'cms/banners',
data
})
}
export {
guide
}