mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
NODE_ENV = production
|
|
|
|
# 测试环境配置
|
|
ENV = 'staging'
|
|
|
|
# 芋道管理系统/测试环境
|
|
VUE_APP_BASE_API = 'http://api-dashboard.yudao.iocoder.cn'
|
|
|
|
# 静态资源地址
|
|
PUBLIC_PATH = 'http://static.yudao.iocoder.cn/'
|