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,18 @@
/**
* 项目的配置文件
*/
var Config = {
// BaseUrl: 'http://127.0.0.1:3000/api/json', // 测试环境基地址
BaseUrl: 'http://47.114.153.249:3000/api/json', // 正式环境地址
ApiList: {
index: '/index', // 获取首页
info: '/info', // 进入详情
mechanism: '/mechanism', // 获取机构
mechanismList: '/mechanismList', // 获取机构下面的列表
type: '/class', // 获取首页顶部的分类
classList: '/classList', // 获取分类列表
allModel: '/allModel', // 所有模特
modelList: '/modelList', // 进入模特的个人主页
search: '/search', // 搜索接口
}
}