first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1 @@
05806f36-cac1-4a03-9646-80afb0b98b10

View File

@@ -0,0 +1,20 @@
var Config = {
// 开发阶段测试基地址
BaseUrl: 'http://127.0.0.1:3000/api',
// 上线阶段的正式基地址
// BaseUrl: 'http://xxx.com/aaaa/api',
apiUrl: {
bannerIndex: '/index/banner', // 获取banner列表接口
bannerInfo: '/index/bannerInfo', // 获取banner详情接口
threeMeals: '/index/threeMeals', // 每日三餐接口
type: '/index/type', // 九宫格菜单
indexClass: '/index/class', // 大家都在做接口
Foodrecipes:'/video/list',//美食视频
leftMenu:'/type/leftMenu',//分类左边的小类
rightMenu: '/type/rightMenu', // 右边接口
rightMenuList: '/type/rightMenuList', // 点击右边小分类获取分类列表
indexInfo: '/index/info',//详情页面
BanerInfo: '/index/bannerInfo',//banner详情页面
search:'/search/list',//搜索接口
}
}