This commit is contained in:
王利强
2026-05-30 09:33:33 +08:00
parent 2322fcf39a
commit 8046316216
4 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@ 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 = 'https://yingji.hexieapi.com/prod-api';
// const baseUrl = 'http://192.168.1.168:5004';
// 图片/文件资源域名:去掉 /prod-api便于 <image> / previewImage / downloadFile 直接访问
const imageBaseUrl = baseUrl.replace(/\/prod-api\/?$/, '');