初始化项目
This commit is contained in:
32
public/config.js
Normal file
32
public/config.js
Normal 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
|
||||
Reference in New Issue
Block a user