Files
Web_SupplierManager_Prod/aas_pc_web/public/config.js

11 lines
314 B
JavaScript
Raw Normal View History

2025-11-20 09:14:00 +08:00
const config = {
// http访问后端接口 | prod | 生产
httpApi: "http://project.blv-oa.com:898/api/",
httpAds: "http://project.blv-oa.com:898/",
// http访问后端接口 | dev | 开发环境
/* httpApi: "http://localhost:46256/api/",
httpAds: "http://localhost:46256/",*/
}
export default config