5 lines
145 B
JavaScript
5 lines
145 B
JavaScript
|
|
module.exports = {
|
||
|
|
//baseUrl: 'https://localhost:44339' ,//接口地址配置
|
||
|
|
baseUrl: 'https://ttybapi.ybhdmob.com' //接口地址配置
|
||
|
|
}
|