Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
zrch-risk-39
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Administrator
zrch-risk-39
Commits
585c93ee
提交
585c93ee
authored
2月 23, 2026
作者:
kxjia
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
删了西部矿业信息
上级
720e5211
隐藏空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
28 行增加
和
16 行删除
+28
-16
.env
zrch-risk-client-39/.env
+1
-1
.env.development
zrch-risk-client-39/.env.development
+3
-0
.env.production
zrch-risk-client-39/.env.production
+5
-1
index.html
zrch-risk-client-39/index.html
+1
-1
package.json
zrch-risk-client-39/package.json
+3
-2
logo.png
zrch-risk-client-39/public/logo.png
+0
-0
logo.png
zrch-risk-client-39/public/resource/img/logo.png
+0
-0
logo.png
zrch-risk-client-39/src/assets/images/logo.png
+0
-0
logo_duty.png
zrch-risk-client-39/src/assets/images/logo_duty.png
+0
-0
logo.png
zrch-risk-client-39/src/assets/loginmini/icon/logo.png
+0
-0
AppLogo.vue
...risk-client-39/src/components/Application/src/AppLogo.vue
+1
-1
RecordHistory.vue
...-39/src/views/baosong/record/components/RecordHistory.vue
+3
-3
ShowFileContentModal.vue
...t-39/src/views/metric/components/ShowFileContentModal.vue
+1
-1
MiniLoginAd.vue
...risk-client-39/src/views/system/loginmini/MiniLoginAd.vue
+10
-6
没有找到文件。
zrch-risk-client-39/.env
浏览文件 @
585c93ee
...
...
@@ -5,7 +5,7 @@ VITE_PORT = 3100
VITE_GLOB_APP_TITLE = 科技风险管理平台
# 简称,此变量只能是字符/下划线
VITE_GLOB_APP_SHORT_NAME =
金融科技风险管理咨询
平台
VITE_GLOB_APP_SHORT_NAME =
科技风险管理
平台
# 单点登录服务端地址
VITE_GLOB_APP_CAS_BASE_URL=http://cas.test.com:8443/cas
...
...
zrch-risk-client-39/.env.development
浏览文件 @
585c93ee
...
...
@@ -31,3 +31,6 @@ VITE_APP_SUB_jeecg-app-1 = '//localhost:8092'
# 在线文档编辑版本。可选属性:wps, offlineWps(离线版) ,onlyoffice
VITE_GLOB_ONLINE_DOCUMENT_VERSION=wps
VITE_GLOB_ONLINE_VIEW_URL=http://localhost:3100/stm/sys/common/static/
zrch-risk-client-39/.env.production
浏览文件 @
585c93ee
...
...
@@ -16,13 +16,17 @@ VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
VITE_GLOB_API_URL=/stm
#后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://47.98.203.68:8180/stm
# VITE_GLOB_DOMAIN_URL=https://itrm.westmining.com:8080/stm
# VITE_GLOB_ONLINE_VIEW_URL=https://itrm.westmining.com:8080/stm/sys/common/static/
VITE_GLOB_DOMAIN_URL=http://47.98.203.68:8080/stm
VITE_GLOB_ONLINE_VIEW_URL=http://47.98.203.68:8080/stm/sys/common/static/
# 接口父路径前缀
VITE_GLOB_API_URL_PREFIX=
# 填写后将作为乾坤子应用启动,主应用注册时AppName需保持一致(放开 VITE_GLOB_QIANKUN_MICRO_APP_NAME 参数表示jeecg-vue3将以乾坤子应用模式启动)
#VITE_GLOB_QIANKUN_MICRO_APP_NAME=jeecg-vue3
# 作为乾坤子应用启动时必填,需与qiankun主应用注册子应用时填写的 entry 保持一致
...
...
zrch-risk-client-39/index.html
浏览文件 @
585c93ee
...
...
@@ -77,7 +77,7 @@
.app-loading
.app-loading-logo
{
display
:
block
;
width
:
9
0px
;
width
:
30
0px
;
margin
:
0
auto
;
margin-bottom
:
20px
;
}
...
...
zrch-risk-client-39/package.json
浏览文件 @
585c93ee
...
...
@@ -25,8 +25,8 @@
"dependencies"
:
{
"@ant-design/colors"
:
"^7.2.1"
,
"@ant-design/icons-vue"
:
"^7.0.1"
,
"@form-create/ant-design-vue"
:
"
3.1.12
"
,
"@form-create/antd-designer"
:
"^3.
4.0
"
,
"@form-create/ant-design-vue"
:
"
^3.2.37
"
,
"@form-create/antd-designer"
:
"^3.
3.1
"
,
"@iconify/iconify"
:
"^3.1.1"
,
"@jeecg/aiflow"
:
"3.9.0-beta2"
,
"@jeecg/online"
:
"3.9.0-beta2"
,
...
...
@@ -54,6 +54,7 @@
"echarts"
:
"^5.6.0"
,
"emoji-mart-vue-fast"
:
"^15.0.5"
,
"enquire.js"
:
"^2.1.6"
,
"esbuild"
:
"0.11.23"
,
"event-source-polyfill"
:
"^1.0.31"
,
"exceljs"
:
"^4.4.0"
,
"file-saver"
:
"^2.0.5"
,
...
...
zrch-risk-client-39/public/logo.png
查看替换文件 @
720e5211
浏览文件 @
585c93ee
75.4 KB
|
W:
|
H:
4.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
zrch-risk-client-39/public/resource/img/logo.png
查看替换文件 @
720e5211
浏览文件 @
585c93ee
75.4 KB
|
W:
|
H:
4.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
zrch-risk-client-39/src/assets/images/logo.png
查看替换文件 @
720e5211
浏览文件 @
585c93ee
71.1 KB
|
W:
|
H:
3.0 KB
|
W:
|
H:
2-up
Swipe
Onion skin
zrch-risk-client-39/src/assets/images/logo_duty.png
查看替换文件 @
720e5211
浏览文件 @
585c93ee
71.1 KB
|
W:
|
H:
8.0 KB
|
W:
|
H:
2-up
Swipe
Onion skin
zrch-risk-client-39/src/assets/loginmini/icon/logo.png
查看替换文件 @
720e5211
浏览文件 @
585c93ee
71.1 KB
|
W:
|
H:
8.0 KB
|
W:
|
H:
2-up
Swipe
Onion skin
zrch-risk-client-39/src/components/Application/src/AppLogo.vue
浏览文件 @
585c93ee
...
...
@@ -4,7 +4,7 @@
-->
<
template
>
<div
class=
"anticon"
:class=
"getAppLogoClass"
@
click=
"goHome"
>
<img
src=
"../../../assets/images/logo.png"
style=
"margin-right: 0px"
/>
<img
src=
"../../../assets/images/logo.png"
style=
"margin-right: 0px
;width: 80px;height:32px;
"
/>
<div
class=
"ml-2 truncate md:opacity-100"
:class=
"getTitleClass"
v-show=
"showTitle"
>
{{
shortTitle
}}
</div>
...
...
zrch-risk-client-39/src/views/baosong/record/components/RecordHistory.vue
浏览文件 @
585c93ee
...
...
@@ -29,9 +29,9 @@
max-height=
"300"
:data=
"historyDataList"
:show-radio=
"true"
:row-config=
"{ isCurrent: true, isHover: true
, useKey: true
}"
:row-config=
"{ isCurrent: true, isHover: true }"
@
cell-click=
"rowChangeEvent"
:column
-config=
"{ resizable: true, useKey
: true }"
:column
Config=
"{ resizable
: true }"
:scroll-y=
"{ enabled: true, gt: 50 }"
:radio-config=
"{ labelField: 'name', highlight: true }"
>
...
...
@@ -54,7 +54,7 @@
{{
resultStatus
==
"warning"
?
"缺少参数值"
:
""
}}
</
template
>
<div
v-if=
"formulaDataList.length > 0"
>
<vxe-table
:show-header=
"false"
border
stripe
:data=
"formulaDataList"
:column-config=
"{ resizable: true, useKey
: true }"
>
<vxe-table
:show-header=
"false"
border
stripe
:data=
"formulaDataList"
:column-config=
"{ resizable
: true }"
>
<vxe-column
field=
"name"
title=
"项目"
width=
"100"
></vxe-column>
<vxe-column
field=
"content"
title=
"内容"
></vxe-column>
</vxe-table>
...
...
zrch-risk-client-39/src/views/metric/components/ShowFileContentModal.vue
浏览文件 @
585c93ee
...
...
@@ -30,7 +30,7 @@
if
(
filepath
)
{
let
docObj
=
{
filePath
:
filepath
,
fileTp
:
"docx"
,
fileTp
:
getFileExtension
(
filepath
)
||
"docx"
,
fileName
:
filepath
}
refShowFileCotent
.
value
.
setDocFile
(
docObj
);
...
...
zrch-risk-client-39/src/views/system/loginmini/MiniLoginAd.vue
浏览文件 @
585c93ee
<
template
>
<div
class=
"aui-image-text"
>
<!-- 图片容器 - 完全透明,水平居中,下边距50px -->
<div
style=
"text-align: center; margin-bottom: 50px;"
>
<img
src=
"../../../assets/loginmini/icon/logo.png"
style=
"height: 160px; margin: 0 auto; opacity: 50;"
/>
</div>
<div
class=
"company-logo"
>
<i
class=
"fas fa-shield-alt"
></i>
</div>
<h1
class=
"company-title"
style=
"text-align: center;"
>
西部矿业股份有限公司
</h1>
<div
class=
"company-description"
>
西部矿业股份有限公司的主营业务是铜、铅、锌、钼、镍、铁和钒的采选、冶炼和贸易,同时从事稀有金属(如黄金、白银)以及非金属产品的生产和贸易。
金融科技风险管理平台,为西部矿业集团财务有限公司提供专业的风险分析、安全保障和智能风控平台。
</div>
<div
class=
"feature-list"
>
<div
class=
"feature-item"
>
...
...
@@ -37,8 +42,8 @@ const features = ref([
</
script
>
<
style
lang=
"less"
scoped
>
.aui-image-text {
.aui-image-text {
// 完全透明,不添加任何背景或样式干扰
}
.company-logo {
...
...
@@ -61,7 +66,6 @@ const features = ref([
line-height: 1.6;
margin-bottom: 30px;
opacity: 0.95;
}
.feature-list {
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论