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.
TcAssetVerificationPc/.env.development

21 lines
699 B

###
# @Author: 许宏杰 1943105267@qq.com
# @Date: 2025-02-18 16:33:34
# @LastEditors: 许宏杰 1943105267@qq.com
# @LastEditTime: 2025-03-03 09:49:08
# @FilePath: \TcAssetVerificationPc\.env.development
# @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
###
# 页面标题
VUE_APP_TITLE = 太仓市网络和数据资产采集管理系统
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
VUE_APP_BASE_API = 'http://192.168.0.125:9115'
# VUE_APP_BASE_API = 'http://39.101.188.84:9115'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true