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
467 B
15 lines
467 B
5 years ago
|
# 项目环境变量配置
|
||
|
|
||
|
# 可创建 `.env.local` 文件,可覆盖本文件的环境变量,且会被 git 忽略
|
||
|
# 可创建 `.env.development` `.env.production` 文件,用于开发与发布打包时采用不一样的配置
|
||
|
# 详见官方文档:https://cli.vuejs.org/zh/guide/mode-and-env.html
|
||
|
|
||
|
VUE_APP_I18N_LOCALE=zh-CN
|
||
|
VUE_APP_I18N_FALLBACK_LOCALE=zh-CN
|
||
|
|
||
|
VUE_APP_COOKIE_PREFIX=CEC-WEB-
|
||
|
|
||
|
VUE_APP_API_BASE_URL= http://flamex.io
|
||
|
BaseUrl=https://cct.hkcx.io
|
||
|
|