Files
ClassContent/历届学生/吴欣阳/项目开发/上课项目/美食app/front/js/config/config.js
2024-09-27 02:06:13 +08:00

15 lines
361 B
JavaScript

var config = {
devUrl: 'http://192.168.1.102:3000/api',
testUrl: 'http://test.com/api/json',
prodUrl: 'http://prod.com/api/json',
stage: 'dev',
urlList: {
index: '/index',
banner: '/index/banner',
threeMeals: '/index/threeMeals',
type: '/index/class',
info: '/index/info',
search: '/search/list',
video: '/video/list'
}
}