无人机管理后台前端(已迁走)
罗广辉
2025-07-03 d8af446c427d69395fc4a523f48bbb7222d51fdc
feat: 江乌配置
1 files modified
1 files added
54 ■■■■■ changed files
.env.jiangwu 51 ●●●●● patch | view | raw | blame | history
package.json 3 ●●●● patch | view | raw | blame | history
.env.jiangwu
New file
@@ -0,0 +1,51 @@
###
 # @Author       : yuan
 # @Date         : 2025-05-26 17:30:32
 # @LastEditors  : yuan
 # @LastEditTime : 2025-06-04 14:23:10
 # @FilePath     : \.env.production
 # @Description  :
 # Copyright 2025 OBKoro1, All Rights Reserved.
 # 2025-05-26 17:30:32
###
NODE_ENV = 'jiangwu'
#生产环境配置
VITE_APP_ENV = 'jiangwu'
#接口地址
#填写前缀 [/api] 需要用nginx进行反向代理
#填写地址 [https://api.bladex.cn] 只需要保证接口支持跨域即可, 无需再做代理
VITE_APP_API=/api
#页面基础路径
VITE_APP_BASE=/manage
# 服务地址
VITE_APP_URL = http://192.168.253.121:8080/api
# 域名
VITE_APP_AREA_NAME = http://192.168.253.121:8080/
#新大屏地址
VITE_APP_DASHBOARD_URL = 'http://192.168.253.121:8080/command-center-dashboard/'
# ws地址
VITE_APP_WS_API_URL = ws://192.168.253.121:8080
# 航线文件地址
VITE_APP_AIRLINE_URL = http://192.168.253.121:9000/cloud-bucket
# 算法仓库图片地址
VITE_APP_PICTURE_URL = http://192.168.253.121:9000/aiskyminio/cloud-bucket
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
VITE_APP_OFFLINE_MAP_URL = http://192.168.253.121:9000/cloud-bucket/offline_map
# 地形存放地址
VITE_APP_TERRAIN_URL = http://192.168.253.121:9000/cloud-bucket/ztzf_terrain
# 图片资源存放地址
VITE_APP_IMAGESOURCE_URL = http://192.168.253.121:9000/cloud-bucket
package.json
@@ -7,6 +7,7 @@
        "prod": "vite --mode production",
        "build:test": "vite build --mode development",
        "build:prod": "vite build --mode production",
        "build:jiangwu": "vite build --mode jiangwu",
        "serve": "vite preview --host"
    },
    "dependencies": {
@@ -51,4 +52,4 @@
        "vite-plugin-compression": "^0.5.1",
        "vite-plugin-vue-setup-extend": "^0.4.0"
    }
}
}