You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
516 B
15 lines
516 B
# just a flag |
|
ENV = 'development' |
|
VUE_APP_PROJECT_NAME = 'cereshop-admin-web' |
|
|
|
# 请求服务配置 |
|
VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'http://192.168.10.236:8764' |
|
#VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'http://8764.graf0b20.7xedcknz.ca6242.grapps.cn' |
|
#VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'http://platform.test.api.lotus-wallet.com/' |
|
# 是否启用验证码 |
|
VUE_APP_IS_CAPTCHA = true |
|
|
|
# 客户端秘钥 |
|
VUE_APP_CLIENT_ID=admin_web |
|
VUE_APP_CLIENT_SECRET=admin_web |
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
|
|