修复了功能(对项目明细设置抽佣比例)

This commit is contained in:
2025-06-06 13:08:04 +08:00
parent 6df2f37187
commit dfd14fe576
8 changed files with 44 additions and 24 deletions

View File

@ -1,5 +1,6 @@
export const local='http://localhost:9091';
export const ip = 'http://27.30.77.229:9091';
export const baseUrl = local;
export const test = 'http://27.30.77.229:9092';
export const baseUrl = ip;
export const globalImgUrl = baseUrl + '/file/download/'