feat: crud

This commit is contained in:
luchang
2024-05-22 19:14:37 +08:00
parent 4e1cd06e6e
commit 20293b6283
21 changed files with 1381 additions and 1065 deletions
+22
View File
@@ -0,0 +1,22 @@
export const bannerTypes = [
{
type: 1,
name: '首页',
},
{
type: 2,
name: '签证咨询',
},
{
type: 3,
name: '银行特惠',
},
{
type: 4,
name: '定制团建',
},
{
type: 5,
name: '游学研学',
},
];