公告板
版本库
filestore
活动
搜索
登录
iplatform_group
/
iplatform-ui
云原生微服务-后台管理-前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
测试引入的组件列表,修改响应参数
shikeying
2023-04-11
bfee44c01a3f5f6de96c9dfa1e12cef4700eaf5b
[iplatform_group/iplatform-ui.git]
/
.env.production
1
2
3
4
5
6
7
8
9
10
11
# 页面标题
VUE_APP_TITLE = 云服务平台
# 生产环境配置
ENV = 'production'
# 系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# 后台接口调用地址,2022-11-21 Mike
VUE_SERVER_URL = 'http://localhost:8082/admin'