隐患详情重新设计,检查计划重新设计成做题排查式

This commit is contained in:
王利强
2026-06-21 16:30:12 +08:00
parent 1fe87ec438
commit cc94d3e3e9
256 changed files with 12542 additions and 5956 deletions

View File

@@ -2,9 +2,11 @@ import Request from './luch-request/index.js';
// 基础的url
// const baseUrl = 'https://yingji.hexieapi.com/prod-api';
const baseUrl = 'http://192.168.1.168:5004'; //廖哥本地
// const baseUrl = 'http://192.168.1.140:5004'; //超哥本地
const baseUrl = 'https://yingji.hexieapi.com/prod-api';
// const baseUrl = 'http://192.168.1.168:5004'; //廖哥本地
// const baseUrl = 'http://192.168.1.140:5004'; //超哥本地
// const baseUrl = 'http://192.168.1.158:7003'; //测试环境
// 图片/文件资源域名:去掉 /prod-api便于 <image> / previewImage / downloadFile 直接访问
const imageBaseUrl = baseUrl.replace(/\/prod-api\/?$/, '');