15 lines
361 B
JavaScript
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'
|
|
}
|
|
} |