# 其他生产环境变量 NODE_ENV = ‘production’ ### # @Author: 米亚流年 miyaliunian@gmail.com # @Date: 2024-03-14 10:58:56 # @LastEditors: 米亚流年 miyaliunian@gmail.com # @LastEditTime: 2024-03-29 15:30:47 # @FilePath: /remote-runtime/.env.production # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE ### # 生产环境配置 ENV = 'production' # 生产环境打包路径 VUE_APP_BASE= './' VUE_APP_ROUTER_BASE = '/industry-18099' # 生产环境publicPath VUE_ROUTER_BASE = '/industry-18099' # 生产环境输出目录 VUE_APP_OUTPUTDIR = 'dist' # 生产环境后端接口前缀 VUE_APP_BASE_API = '/api' VUE_APP_BASE_SERVER_API = '/apiserver' VUE_APP_ANALYSIS = '/video-forestry-analysis' VUE_APP_EMERGENCY = '/video-forestry-emengercy' VUE_APP_BISS = '/video-forestry-biss' VUE_APP_BASESERVICE = '/video-forestry-baseservice' VUE_APP_BASE_IMG = '/common-img-url' VUE_APP_BASE_GEOSERVER = '/geoserver' # 后端访问路径 VUE_APP_SERVICE_URL = 'http://120.46.149.139:9091/' VUE_APP_FORESTRY_SERVICE_URL = 'http://120.46.149.139:18080/' VUE_APP_BASE_IMG_URL = 'https://powerexchange-fs.obs.cn-north-4.myhuaweicloud.com:443/' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_APP_ALLOW_URL = 'http://120.46.149.139:9091/,http://117.78.2.139:9091/,https://s.chinatowercom.cn:81/,https://sl.chinatowercom.cn:81/,http://s.chinatowercom.cn:81/,https://s.chinatowercom.cn/,https://sl.chinatowercom.cn/,http://119.3.189.197:9998/,http://127.0.0.1:9999/,http://localhost:9999/,http://117.78.2.139/,http://124.70.97.97:18082/,' #主工程地址 VUE_APP_IFRAME_PARENT_URL = 'http://120.46.149.139:9091/' #林业域名地址 VUE_APP_PLAT_URL = 'http://slwyytest.tower0788.cn/' VUE_APP_GIS_RESOURCE_API = 'http://120.46.149.139:9091/api'