初始化

This commit is contained in:
2025-11-20 09:14:00 +08:00
commit 611f7cbaf5
98 changed files with 15987 additions and 0 deletions

View 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