mirror of
https://github.com/FJ-OMS/oms-erp.git
synced 2024-11-10 09:02:35 +08:00
11 lines
397 B
Text
11 lines
397 B
Text
# just a flag
|
|
VUE_APP_ENV = 'production'
|
|
# 以下路径变量必须得用VUE_APP开头
|
|
# ACCESS_TOKEN default value
|
|
VUE_APP_ACCESS_TOKEN = ''
|
|
# base api 生产环境执行npm run build; 从src\utils\index.js 的 VUE_APP_BASE_API() 动态获取
|
|
VUE_APP_BASE_API = 'http://api.test.org'
|
|
# client id
|
|
VUE_APP_CLIENT_ID = 'localhost'
|
|
# 默认的图片上传分组
|
|
VUE_APP_UPLOAD_BUCKET_NAME = 'test'
|