Commit 6bcc7889 authored by jiaxu.yan's avatar jiaxu.yan

feat(格式整理): LF修改

parent 59f1395f
# 页面标题 # 页面标题
VUE_APP_TITLE = 中汽研安全检测平台管理系统 VUE_APP_TITLE = 中汽研安全检测平台管理系统
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'
# 中汽研安全检测平台管理系统/开发环境 # 中汽研安全检测平台管理系统/开发环境
VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = '/dev-api'
# 路由懒加载 # 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 页面标题 # 页面标题
VUE_APP_TITLE = 中汽研安全检测平台管理系统 VUE_APP_TITLE = 中汽研安全检测平台管理系统
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'
# 中汽研安全检测平台管理系统/生产环境 # 中汽研安全检测平台管理系统/生产环境
VUE_APP_BASE_API = 'http://49.232.167.247:22032' VUE_APP_BASE_API = 'http://49.232.167.247:22032'
# 页面标题 # 页面标题
VUE_APP_TITLE = 中汽研安全检测平台管理系统 VUE_APP_TITLE = 中汽研安全检测平台管理系统
NODE_ENV = production NODE_ENV = production
# 测试环境配置 # 测试环境配置
ENV = 'staging' ENV = 'staging'
# 中汽研安全检测平台管理系统/测试环境 # 中汽研安全检测平台管理系统/测试环境
VUE_APP_BASE_API = '/stage-api' VUE_APP_BASE_API = '/stage-api'
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment