公告板
版本库
filestore
活动
搜索
登录
main
/
hubiaoscreen
吉木乃户表系统大屏项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
first commit
DESKTOP-GJP2N7J\lx
2023-08-11
49cd08187c9c49df199a954bd0a5a5bca40f8f1a
[hubiaoscreen.git]
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
let baseUrl = ''
switch (process.env.VUE_APP_TITLE) {
case 'test': //测试
baseUrl = "http://xxxx"
break
case 'prod': //生产
baseUrl = "http://xxxx"
break
default://本地
baseUrl = "http://xxxxt"
}
export default baseUrl;