初始化项目

This commit is contained in:
Jiacheng Xu
2025-11-18 08:32:24 +08:00
commit 4f5f5c9d1b
49 changed files with 18604 additions and 0 deletions

32
public/config.js Normal file
View File

@@ -0,0 +1,32 @@
const config = {
// http访问后端接口
/* Api: "http://project.blv-oa.com:898/api/",
Ads: "http://project.blv-oa.com:898/",
PicAds: "http://blv-rd.tech:19055/PanelSelectionPic/",
ApiList: [
"http://project.blv-oa.com:898/api/",
"http://blv-rd.tech:19055/api/",
"http://www.boonlive-rcu.com:7000/api/",
],*/
// 本地调试接口
/* Api: "http://project.blv-oa.com:898/api/",
Ads: "http://project.blv-oa.com:898/",
PicAds: "http://blv-rd.tech:10010/PanelSelectionPic/",
ApiList: [
"http://project.blv-oa.com:898/api/",
"http://localhost:19368/api/",
"http://www.boonlive-rcu.com:7000/api/",
], */
// 新服务接口
Api: "http://project.blv-oa.com:898/api/",
Ads: "http://project.blv-oa.com:898/",
PicAds: "http://blv-rd.tech:10010/PanelSelectionPic/",
ApiList: [
"http://project.blv-oa.com:898/api/",
"http://blv-rd.tech:10010/api/",
"http://www.boonlive-rcu.com:7000/api/",
],
}
export default config