初始化
This commit is contained in:
10
aas_pc_web/public/config.js
Normal file
10
aas_pc_web/public/config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user