mirror of
https://github.com/FJ-OMS/oms-erp.git
synced 2024-11-10 17:13:01 +08:00
11 lines
404 B
Text
11 lines
404 B
Text
# 连接测试的api数据
|
|
VUE_APP_ENV = 'uat'
|
|
# 以下路径变量必须得用VUE_APP开头
|
|
# ACCESS_TOKEN default value
|
|
VUE_APP_ACCESS_TOKEN = ''
|
|
# base api 本地环境执行npm run uat ,取此 api 前缀; 不是线上(生产)环境使用的
|
|
VUE_APP_BASE_API = 'https://omniapi.k8s9.com'
|
|
# client id
|
|
VUE_APP_CLIENT_ID = 'localhost'
|
|
# 默认的图片上传分组
|
|
VUE_APP_UPLOAD_BUCKET_NAME = 'test'
|