static
# 模式 NODE_ENV = 'production' # 通过"VUE_APP_MODE"变量来区分环境 VUE_APP_MODE = 'production' # 接口服务器配置 VUE_APP_REQUEST_BASE_URL = '/iotsec'