12 lines
339 B
TypeScript
12 lines
339 B
TypeScript
![]() |
/*
|
||
|
* @Author: liqiang
|
||
|
* @Date: 2020-12-14 10:13:59
|
||
|
* @LastEditTime: 2020-12-16 11:36:38
|
||
|
* @LastEditors: Please set LastEditors
|
||
|
* @Description: In User Settings Edit
|
||
|
* @FilePath: \ebtp-cloud-frontend\src\utils\DownloadUtils.ts
|
||
|
*/
|
||
|
|
||
|
export const downloadAttachmentPath = 'http://192.168.1.103:8760/ebtp-mall-attachment/v1/download/';
|
||
|
|