添加登陆操作流程
This commit is contained in:
parent
fcfcf6de16
commit
3f02852844
@ -1,6 +1,7 @@
|
||||
import React from 'react'
|
||||
import './result.css'
|
||||
import { Image } from "antd";
|
||||
// import {Axios} from '../../../../util/AjaxUtils'
|
||||
|
||||
import {
|
||||
DownloadOutlined
|
||||
} from '@ant-design/icons';
|
||||
@ -16,6 +17,8 @@ export default function Result() {
|
||||
<div className='result-text'>
|
||||
<div>点击放大软著过户后的电子版</div>
|
||||
<div className='result-down' onClick={()=>{
|
||||
console.log();
|
||||
|
||||
// window.open(`${Axios.defaults?.baseURL}/route/proj/download/apply/${pathParams.projId}`)
|
||||
}}><DownloadOutlined />下载</div>
|
||||
</div>
|
||||
|
@ -139,7 +139,13 @@ export default function Head() {
|
||||
<img src={logoImg} alt="" />
|
||||
</div>
|
||||
{/* <div className="right" style={{backgroundImage: `url(${headRightBg})`}}> */}
|
||||
|
||||
<div className="right">
|
||||
<div className='head-nav' onClick={()=>{
|
||||
window.open('https://www.aimzhu.com/operator/route/agreementportal/view?agreementId=c0c5683a-bef3-40c3-8395-900a362ea234')
|
||||
}}>
|
||||
系统操作流程
|
||||
</div>
|
||||
<BalanceHead />
|
||||
<RechargeHead />
|
||||
{/*<MessageHead/>*/}
|
||||
|
@ -23,6 +23,12 @@
|
||||
position: relative;
|
||||
|
||||
}
|
||||
.head-nav{
|
||||
margin-right: 50px;
|
||||
color: #f78e4c;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.head .center .left img {
|
||||
width: 263px;
|
||||
|
@ -4,8 +4,8 @@ import type {MessageInstance} from "antd/es/message/interface";
|
||||
export const Axios = axios;
|
||||
|
||||
// axios.defaults.baseURL = 'http://192.168.0.163:7025/copyright';
|
||||
axios.defaults.baseURL = 'http://192.168.43.145:7025/copyright';
|
||||
// axios.defaults.baseURL = 'http://192.168.0.15:7025/copyright';
|
||||
// axios.defaults.baseURL = 'http://192.168.43.145:7025/copyright';
|
||||
axios.defaults.baseURL = 'http://192.168.0.15:7025/copyright';
|
||||
// axios.defaults.baseURL = 'https://www.aimzhu.com/copyright';
|
||||
// axios.defaults.baseURL = '/copyright';
|
||||
export const WebSocketBaseUrl: string = 'ws://192.168.0.15:7025/copyright';
|
||||
|
Loading…
Reference in New Issue
Block a user