.idea
ruoyi
ruoyi-ui
bin
build
public
src
.editorconfig
.env.development
.env.production
.env.staging
.eslintignore
.eslintrc.js
.gitignore
README.md
babel.config.js
package.json
report.20200705.171820.12992.0.001.json
ruoyi-ui.iml
vue.config.js
LICENSE
README.md
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
NODE_ENV = production
|
|
|
|
# 测试环境配置
|
|
ENV = 'staging'
|
|
|
|
# 本一智慧平台管理系统/测试环境
|
|
VUE_APP_BASE_API = '/stage-api'
|