提交 585c93ee authored 作者: kxjia's avatar kxjia

删了西部矿业信息

上级 720e5211
...@@ -5,7 +5,7 @@ VITE_PORT = 3100 ...@@ -5,7 +5,7 @@ VITE_PORT = 3100
VITE_GLOB_APP_TITLE = 科技风险管理平台 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 VITE_GLOB_APP_CAS_BASE_URL=http://cas.test.com:8443/cas
......
...@@ -31,3 +31,6 @@ VITE_APP_SUB_jeecg-app-1 = '//localhost:8092' ...@@ -31,3 +31,6 @@ VITE_APP_SUB_jeecg-app-1 = '//localhost:8092'
# 在线文档编辑版本。可选属性:wps, offlineWps(离线版) ,onlyoffice # 在线文档编辑版本。可选属性:wps, offlineWps(离线版) ,onlyoffice
VITE_GLOB_ONLINE_DOCUMENT_VERSION=wps VITE_GLOB_ONLINE_DOCUMENT_VERSION=wps
VITE_GLOB_ONLINE_VIEW_URL=http://localhost:3100/stm/sys/common/static/
...@@ -16,13 +16,17 @@ VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false ...@@ -16,13 +16,17 @@ VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
VITE_GLOB_API_URL=/stm 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= VITE_GLOB_API_URL_PREFIX=
# 填写后将作为乾坤子应用启动,主应用注册时AppName需保持一致(放开 VITE_GLOB_QIANKUN_MICRO_APP_NAME 参数表示jeecg-vue3将以乾坤子应用模式启动) # 填写后将作为乾坤子应用启动,主应用注册时AppName需保持一致(放开 VITE_GLOB_QIANKUN_MICRO_APP_NAME 参数表示jeecg-vue3将以乾坤子应用模式启动)
#VITE_GLOB_QIANKUN_MICRO_APP_NAME=jeecg-vue3 #VITE_GLOB_QIANKUN_MICRO_APP_NAME=jeecg-vue3
# 作为乾坤子应用启动时必填,需与qiankun主应用注册子应用时填写的 entry 保持一致 # 作为乾坤子应用启动时必填,需与qiankun主应用注册子应用时填写的 entry 保持一致
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
.app-loading .app-loading-logo { .app-loading .app-loading-logo {
display: block; display: block;
width: 90px; width: 300px;
margin: 0 auto; margin: 0 auto;
margin-bottom: 20px; margin-bottom: 20px;
} }
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
"dependencies": { "dependencies": {
"@ant-design/colors": "^7.2.1", "@ant-design/colors": "^7.2.1",
"@ant-design/icons-vue": "^7.0.1", "@ant-design/icons-vue": "^7.0.1",
"@form-create/ant-design-vue": "3.1.12", "@form-create/ant-design-vue": "^3.2.37",
"@form-create/antd-designer": "^3.4.0", "@form-create/antd-designer": "^3.3.1",
"@iconify/iconify": "^3.1.1", "@iconify/iconify": "^3.1.1",
"@jeecg/aiflow": "3.9.0-beta2", "@jeecg/aiflow": "3.9.0-beta2",
"@jeecg/online": "3.9.0-beta2", "@jeecg/online": "3.9.0-beta2",
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
"echarts": "^5.6.0", "echarts": "^5.6.0",
"emoji-mart-vue-fast": "^15.0.5", "emoji-mart-vue-fast": "^15.0.5",
"enquire.js": "^2.1.6", "enquire.js": "^2.1.6",
"esbuild": "0.11.23",
"event-source-polyfill": "^1.0.31", "event-source-polyfill": "^1.0.31",
"exceljs": "^4.4.0", "exceljs": "^4.4.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
--> -->
<template> <template>
<div class="anticon" :class="getAppLogoClass" @click="goHome"> <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"> <div class="ml-2 truncate md:opacity-100" :class="getTitleClass" v-show="showTitle">
{{ shortTitle }} {{ shortTitle }}
</div> </div>
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
max-height="300" max-height="300"
:data="historyDataList" :data="historyDataList"
:show-radio="true" :show-radio="true"
:row-config="{ isCurrent: true, isHover: true, useKey: true }" :row-config="{ isCurrent: true, isHover: true }"
@cell-click="rowChangeEvent" @cell-click="rowChangeEvent"
:column-config="{ resizable: true, useKey: true }" :columnConfig="{ resizable: true }"
:scroll-y="{ enabled: true, gt: 50 }" :scroll-y="{ enabled: true, gt: 50 }"
:radio-config="{ labelField: 'name', highlight: true }" :radio-config="{ labelField: 'name', highlight: true }"
> >
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
{{ resultStatus=="warning"?"缺少参数值":"" }} {{ resultStatus=="warning"?"缺少参数值":"" }}
</template> </template>
<div v-if="formulaDataList.length > 0"> <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="name" title="项目" width="100"></vxe-column>
<vxe-column field="content" title="内容"></vxe-column> <vxe-column field="content" title="内容"></vxe-column>
</vxe-table> </vxe-table>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
if (filepath) { if (filepath) {
let docObj = { let docObj = {
filePath:filepath, filePath:filepath,
fileTp:"docx", fileTp:getFileExtension(filepath) || "docx",
fileName:filepath fileName:filepath
} }
refShowFileCotent.value.setDocFile(docObj); refShowFileCotent.value.setDocFile(docObj);
......
<template> <template>
<div class="aui-image-text"> <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"> <div class="company-logo">
<i class="fas fa-shield-alt"></i> <i class="fas fa-shield-alt"></i>
</div> </div>
<h1 class="company-title" style="text-align: center;">西部矿业股份有限公司</h1>
<div class="company-description">
西部矿业股份有限公司的主营业务是铜、铅、锌、钼、镍、铁和钒的采选、冶炼和贸易,同时从事稀有金属(如黄金、白银)以及非金属产品的生产和贸易。
<div class="company-description">
金融科技风险管理平台,为西部矿业集团财务有限公司提供专业的风险分析、安全保障和智能风控平台。
</div> </div>
<div class="feature-list"> <div class="feature-list">
<div class="feature-item"> <div class="feature-item">
...@@ -38,7 +43,7 @@ const features = ref([ ...@@ -38,7 +43,7 @@ const features = ref([
<style lang="less" scoped> <style lang="less" scoped>
.aui-image-text { .aui-image-text {
// 完全透明,不添加任何背景或样式干扰
} }
.company-logo { .company-logo {
...@@ -61,7 +66,6 @@ const features = ref([ ...@@ -61,7 +66,6 @@ const features = ref([
line-height: 1.6; line-height: 1.6;
margin-bottom: 30px; margin-bottom: 30px;
opacity: 0.95; opacity: 0.95;
} }
.feature-list { .feature-list {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论