7 lines
217 B
JavaScript
7 lines
217 B
JavaScript
module.exports = {
|
|
// bauseUrl:"http://iwenwiki.com:3001",//公共地址
|
|
bauseUrl:"http://192.168.2.192:8084",
|
|
// goods:"/api/goods", //商品列表
|
|
goods:"/api/front/pagelist/product/0? page=1&limit=10",
|
|
|
|
} |