隐患详情重新设计,检查计划重新设计成做题排查式
This commit is contained in:
@@ -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\/?$/, '');
|
||||
|
||||
Reference in New Issue
Block a user