build[vite.config.js package.json]:新增打包配置项 新增terser依赖 chore[config.js]:修改开发环境baseUrl feat[api/pestis/pestis.js]:新增【智能孢子仪】处理状态接口 perf[src/views/index.vue]:优化部分代码,使其符合vue3编码规范,增强代码规范性与健壮性 feat[src/views/index.vue]:新增了有关【智能孢子仪】的新功能
This commit is contained in:
@ -14,9 +14,9 @@ if (ipAddress && ipAddress.length > 1) {
|
||||
window.serverAPI = {
|
||||
|
||||
// 标记
|
||||
baseUrl: "http://172.16.10.114:6902", //本地 开发环境 生产环境一定要注释掉
|
||||
// baseUrl: "http://172.16.10.40:6902", //本地 开发环境 生产环境一定要注释掉
|
||||
// baseUrl: "http://36.134.44.75:6901", //测试 该服务已到期 生产环境一定要注释掉
|
||||
// baseUrl: `${url}/prod-api/`, //金宏网 线上生产环境 2024 7 26 生产环境启用
|
||||
baseUrl: `${url}/prod-api/`, //金宏网 线上生产环境 2024 7 26 生产环境启用
|
||||
|
||||
// geoserver
|
||||
// geoserverUrl: "http://36.134.44.75:8090/iserver/services",//外网
|
||||
|
Reference in New Issue
Block a user