| | |
| | | * @Company: hugeInfo |
| | | * @Author: ldh |
| | | * @Date: 2022-02-16 11:25:57 |
| | | * @LastEditTime: 2023-12-20 11:28:03 |
| | | * @LastEditors: lwh |
| | | * @LastEditTime: 2024-08-09 14:55:42 |
| | | * @LastEditors: dminyi 1301963064@qq.com |
| | | * @Version: 1.0.0 |
| | | * @Description: api地址 |
| | | */ |
| | | const apiObj = { |
| | | // 测试版 |
| | | // debug: 'http://localhost:9002', |
| | | debug: 'https://zfw-dyh.by.gov.cn', |
| | | debug: 'http://192.168.3.108:9002', |
| | | // debug: 'https://zfw-dyh.by.gov.cn', |
| | | |
| | | // 正式版 |
| | | web: 'https://zfw-dyh.by.gov.cn', |
| | |
| | | * @Company: hugeInfo |
| | | * @Author: ldh |
| | | * @Date: 2022-02-16 11:25:57 |
| | | * @LastEditTime: 2024-06-21 11:29:08 |
| | | * @LastEditTime: 2024-08-09 14:57:35 |
| | | * @LastEditors: dminyi 1301963064@qq.com |
| | | * @Version: 1.0.0 |
| | | * @Description: api地址 |
| | | */ |
| | | export const debug = { |
| | | // web服务 |
| | | baseUrl: 'http://gz.hugeinfo.com.cn', |
| | | // baseUrl: 'http://192.168.1.145:9002', |
| | | // baseUrl: 'http://gz.hugeinfo.com.cn', |
| | | baseUrl: 'http://192.168.3.108:9002', |
| | | // baseUrl: 'http://mdqgnh.natappfree.cc', |
| | | |
| | | // 附件服务 |
| | | fileUrl: 'http://gz.hugeinfo.com.cn', |
| | | fileUrl: 'http://192.168.3.108:9002', |
| | | |
| | | // 文件查看url 后面接附件编号 |
| | | fileShowUrl: '/dyh-sys/api/v1/fileInfo/show/', |
| | |
| | | @link-color: @main-color; // 链接色 |
| | | @success-color: #00B42A; // 成功色 |
| | | @warning-color: #FA8C16; // 警告色 |
| | | @warning-bg-color: #141413; // 警告色背景 |
| | | @warning-bg-color: #fdf6e0; // 警告色背景 |
| | | @error-color: #F53F3F; // 错误色 |
| | | @font-size-base: 14px; // 主字号 |
| | | @line-height-base: 1.5715; |
| | |
| | | * @Company: hugeInfo |
| | | * @Author: ldh |
| | | * @Date: 2022-02-16 11:57:54 |
| | | * @LastEditTime: 2023-12-25 16:24:38 |
| | | * @LastEditTime: 2024-08-09 14:50:20 |
| | | * @LastEditors: dminyi 1301963064@qq.com |
| | | * @Version: 1.0.0 |
| | | * @Description: 公共模块方法 |
| | |
| | | import moment from 'moment'; |
| | | import { pdf, jpg, file, word, excel } from '../assets/images/icon'; |
| | | |
| | | export const isDebug = false; // 是否测试环境 |
| | | export const isDebug = true; // 是否测试环境 |
| | | |
| | | export const appUrl = isDebug ? debug : web; // api |
| | | |
| | |
| | | * @Company: hugeInfo |
| | | * @Author: lwh |
| | | * @Date: 2023-06-10 15:31:10 |
| | | * @LastEditTime: 2023-06-10 16:02:52 |
| | | * @LastEditors: lwh |
| | | * @LastEditTime: 2024-08-09 14:37:53 |
| | | * @LastEditors: dminyi 1301963064@qq.com |
| | | * @Version: 1.0.0 |
| | | * @Description: |
| | | */ |
| | |
| | | |
| | | return ( |
| | | <> |
| | | <div className='card'> |
| | | {/* <div className='card'> |
| | | <div className='card-head'> |
| | | <div className='card-head-left'>countSfqrJudic:{data.countSfqrJudic}</div> |
| | | <div className='card-head-right'>countTjcgResult:{data.countTjcgResult}</div> |
| | |
| | | <div className='card-main-row'></div> |
| | | <div className='card-main-row'></div> |
| | | </div> |
| | | </div> |
| | | </div> */} |
| | | |
| | | </> |
| | | ) |
| | | } |