Merge branch 'master' of http://gitlab.tianti.tg.unicom.local/eshop/fe_service_ebtp_frontend into release_electronic_bid_evaluation_room

This commit is contained in:
jl-zhoujl2
2023-01-02 19:53:04 +08:00
3 changed files with 8 additions and 5 deletions

View File

@ -293,6 +293,9 @@
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100%;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
.choiceLoginBlock {
position: absolute;

View File

@ -38,12 +38,12 @@ export default () => {
<h4><br /></h4>
</div>
</div>
<div className="loginMassage">
{/* <div className="loginMassage">
<p><span>重要提示:</span></p>
<p>2021年<span>联通集团总部、31个省分公司</span>已全部上线联通智慧供应链平台。</p>
<p>2022年6月13日<span>联通软件研究院、联通集团财务有限公司</span>上线联通智慧供应链平台。</p>
<p>自上线之日起,集团总部、省分公司及上述子公司新发起的公开招标、邀请招标、公开比选、单一来源采购、竞争性谈判等采购业务将在<span>智慧供应链平台招标采购中心</span>进行操作,在途项目仍按照原流程在交易平台执行并完成线上归档。联通子公司采购业务不受影响,仍按原流程执行。</p>
</div>
</div> */}
</div>
</div>
)

View File

@ -2,7 +2,7 @@
* @Author: zhoujianlong
* @Date: 2022-03-03 09:06:36
* @Last Modified by: zhoujianlong
* @Last Modified time: 2022-11-21 11:04:43
* @Last Modified time: 2022-12-23 23:21:01
*/
import { getDownloadSecretKey, getFilelist, getFilelistBySecond } from "@/services/download_";
@ -45,11 +45,11 @@ export const downloadPath = '/api/doc/v1.0/files/download';
/**
* 查询文件列表根据2.0 bid
*/
export const findFilelistPathBySecond = 'http://111.198.162.67:8081/downloadfile/v1/file/getFileListById';
export const findFilelistPathBySecond = '/api/v1/file/getFileListById';
/**
* 文件下载根据2.0 bid fileId
*/
export const downloadPathBySecond = 'http://111.198.162.67:8081/downloadfile/v1/file/downloadFileStreamById';
export const downloadPathBySecond = '/api/v1/file/downloadFileStreamById';
export interface FilelistProps {
uid: string,