From 1a7f04096a8df1baa6c7f4863983a6dc266c4d05 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Fri, 09 Aug 2024 15:08:52 +0800
Subject: [PATCH] 背景色
---
gz-customerSystem/src/styles/theme.less | 2 +-
by-operation/src/api/appUrl.js | 8 ++++----
gz-customerSystem/src/api/appUrl.js | 8 ++++----
gz-customerSystem/src/utils/utility.js | 4 ++--
gz-customerSystem/src/views/test/index.jsx | 9 +++++----
5 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/by-operation/src/api/appUrl.js b/by-operation/src/api/appUrl.js
index bfb1f23..bb98fd9 100644
--- a/by-operation/src/api/appUrl.js
+++ b/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',
diff --git a/gz-customerSystem/src/api/appUrl.js b/gz-customerSystem/src/api/appUrl.js
index ebfc76e..e5e00bf 100644
--- a/gz-customerSystem/src/api/appUrl.js
+++ b/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/',
diff --git a/gz-customerSystem/src/styles/theme.less b/gz-customerSystem/src/styles/theme.less
index 366ff84..1d6201f 100644
--- a/gz-customerSystem/src/styles/theme.less
+++ b/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;
diff --git a/gz-customerSystem/src/utils/utility.js b/gz-customerSystem/src/utils/utility.js
index cba7965..c5826e9 100644
--- a/gz-customerSystem/src/utils/utility.js
+++ b/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
diff --git a/gz-customerSystem/src/views/test/index.jsx b/gz-customerSystem/src/views/test/index.jsx
index 201c32c..3922a5d 100644
--- a/gz-customerSystem/src/views/test/index.jsx
+++ b/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> */}
+
</>
)
}
--
Gitblit v1.8.0