forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-09 1a7f04096a8df1baa6c7f4863983a6dc266c4d05
背景色
5 files modified
31 ■■■■ changed files
by-operation/src/api/appUrl.js 8 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/api/appUrl.js 8 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/styles/theme.less 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/utils/utility.js 4 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/test/index.jsx 9 ●●●●● patch | view | raw | blame | history
by-operation/src/api/appUrl.js
@@ -2,15 +2,15 @@
 * @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', 
gz-customerSystem/src/api/appUrl.js
@@ -2,19 +2,19 @@
 * @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/',
gz-customerSystem/src/styles/theme.less
@@ -14,7 +14,7 @@
@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;
gz-customerSystem/src/utils/utility.js
@@ -2,7 +2,7 @@
 * @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: 公共模块方法
@@ -15,7 +15,7 @@
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
gz-customerSystem/src/views/test/index.jsx
@@ -2,8 +2,8 @@
 * @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: 
 */
@@ -37,7 +37,7 @@
  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>
@@ -50,7 +50,8 @@
          <div className='card-main-row'></div>
          <div className='card-main-row'></div>
        </div>
      </div>
      </div> */}
    </>
  )
}