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.
|
|
|
# just a flag
|
|
|
|
ENV = 'development'
|
|
|
|
|
|
|
|
VUE_APP_PROJECT_NAME = 'ftiia-admin-sp'
|
|
|
|
|
|
|
|
# SpringCloud项目使用这个 开发环境请求域名前缀, 该变量仅仅开发环境需要设置
|
|
|
|
VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'http://124.70.15.185:8760/api'
|
|
|
|
|
|
|
|
# 请求域名前缀, 该变量仅仅生产环境需要设置
|
|
|
|
VUE_APP_PROD_REQUEST_DOMAIN_PREFIX = ''
|
|
|
|
# URI 前缀,用于根据URI前缀进行代理
|
|
|
|
VUE_APP_BASE_API = ''
|
|
|
|
# 是否启用多租户
|
|
|
|
VUE_APP_IS_MULTI_TENANT = true
|
|
|
|
# 是否启用验证码
|
|
|
|
VUE_APP_IS_CAPTCHA = true
|
|
|
|
# 客户端秘钥
|
|
|
|
VUE_APP_CLIENT_ID=sxbjfwpt_web
|
|
|
|
VUE_APP_CLIENT_SECRET=sxbjfwpt_web_secret
|
|
|
|
VUE_APP_CLIENT_DATABASE=0000
|
|
|
|
|
|
|
|
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
|
|
|
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
|
|
|
# It only does one thing by converting all import() to require().
|
|
|
|
# This configuration can significantly increase the speed of hot updates,
|
|
|
|
# when you have a large number of pages.
|
|
|
|
# Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
|
|
|
|
|
|
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|