logo 替换

master
jevononlie 6 months ago
parent b9355469ae
commit f05a6bcbf4

@ -0,0 +1,3 @@
{
"eggHelper.serverPort": 35684
}

@ -1,5 +1,5 @@
{
"name" : "西夏聚宝平台",
"name" : "易回收平台",
"appid" : "__UNI__663111E",
"description" : "专注信息化平台、软件开发、app开发",
"versionName" : "3.4.76",
@ -192,7 +192,7 @@
"sdkConfigs" : {
"maps" : {}
},
"title" : "西夏聚宝平台",
"title" : "易回收平台",
"template" : "template.h5.html",
"domain" : "https://app.java.jnpfsoft.com",
"router" : {

@ -61,7 +61,7 @@
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "西夏聚宝平台"
"navigationBarTitleText": "易回收平台"
}
},
// #ifndef MP
@ -115,7 +115,7 @@
{
"path": "pages/index/workFlow",
"style": {
"navigationBarTitleText": "西夏聚宝平台"
"navigationBarTitleText": "易回收平台"
}
},
{
@ -128,13 +128,13 @@
{
"path": "pages/index/contacts",
"style": {
"navigationBarTitleText": "西夏聚宝平台"
"navigationBarTitleText": "易回收平台"
}
},
{
"path": "pages/index/my",
"style": {
"navigationBarTitleText": "西夏聚宝平台",
"navigationBarTitleText": "易回收平台",
"app-plus": {
"bounce": "none"
}
@ -1041,7 +1041,7 @@
]
},
"globalStyle": {
"navigationBarTitleText": "西夏聚宝平台",
"navigationBarTitleText": "易回收平台",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f0f2f6",

@ -186,7 +186,7 @@
this.appIcon = !!this.sysConfigInfo.appIcon ? this.baseURL + this.sysConfigInfo.appIcon :
'/static/logo.png'
this.sysName = !!this.sysConfigInfo.companyName ? this.sysConfigInfo.sysName :
'西夏聚宝平台'
'易回收平台'
this.copyright = !!this.sysConfigInfo.copyright ? this.sysConfigInfo.copyright :
this.define.copyright
// let needCode = uni.getStorageSync('app_loginNeedCode')

@ -186,7 +186,7 @@
this.appIcon = !!this.sysConfigInfo.appIcon ? this.baseURL + this.sysConfigInfo.appIcon :
'/static/logo.png'
this.sysName = !!this.sysConfigInfo.companyName ? this.sysConfigInfo.sysName :
'西夏聚宝平台'
'易回收平台'
this.copyright = !!this.sysConfigInfo.copyright ? this.sysConfigInfo.copyright :
this.define.copyright
// let needCode = uni.getStorageSync('app_loginNeedCode')

@ -180,7 +180,7 @@ public class OrganizeController extends SuperController<OrganizeService, Organiz
listVO.forEach(t -> {
t.setFullName(organizeService.getFullNameByOrgIdTree(orgIdNameMaps, t.getOrganizeIdTree(), "/"));
if("长江云息".equals(t.getFullName())){
t.setFullName("西夏聚宝平台");
t.setFullName("易回收平台");
}
});
ListVO<OrganizeListVO> vo = new ListVO<>();

@ -108,7 +108,7 @@ npm run build
```bash
# 修改网站标题第11行
const name = defaultSettings.title || '西夏聚宝商户端'
const name = defaultSettings.title || '易回收商户端'
# 修改本地运行端口第18行
const port = process.env.port || process.env.npm_config_port || 3000

@ -1,8 +1,8 @@
{
"name": "jnpf-web",
"version": "3.4.7",
"description": "西夏聚宝商户端",
"author": "西夏聚宝商户端",
"description": "易回收商户端",
"author": "易回收商户端",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve --open",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

@ -290,7 +290,7 @@ const printOptionApi = {
},
/**
* 创建表格
* @param {*} domCurrent
* @param {*} domCurrent
*/
createTable(domCurrent) {
let tableList = domCurrent.querySelectorAll('table')
@ -319,8 +319,8 @@ const printOptionApi = {
},
/**
* 替换图片
* @param {*} dom
* @param {*} data 替换的值
* @param {*} dom
* @param {*} data 替换的值
*/
replaceImage(dom, data) {
if (!data) return
@ -346,8 +346,8 @@ const printOptionApi = {
},
/**
* 替换二维码
* @param {*} dom
* @param {*} value
* @param {*} dom
* @param {*} value
*/
replaceQrCode(dom, value) {
let imgRegular = /&lt;qrCode(\S|\s)*?&lt;\/qrCode&gt;/g
@ -379,8 +379,8 @@ const printOptionApi = {
},
/**
* 替换条码
* @param {*} dom
* @param {*} value
* @param {*} dom
* @param {*} value
*/
replaceBarCode(dom, value) {
let imgRegular = /&lt;barCode(\S|\s)*?&lt;\/barCode&gt;/g
@ -541,7 +541,7 @@ const printOptionApi = {
}).then((res) => {
});
};
document.title = "西夏聚宝商户端";
document.title = "易回收商户端";
iframe.contentWindow.print();
document.title = oldTitle;
setTimeout(() => {

@ -712,11 +712,11 @@ export default {
},
textChange() {
this.activeData.option.defaultValue = ''
if (this.activeData.dataType == 'static') this.activeData.option.defaultValue = '西夏聚宝商户端'
if (this.activeData.dataType == 'static') this.activeData.option.defaultValue = '易回收商户端'
},
dataTypeChange() {
this.activeData.option.defaultValue = ''
if (this.activeData.dataType == 'static') this.activeData.option.defaultValue = '西夏聚宝商户端'
if (this.activeData.dataType == 'static') this.activeData.option.defaultValue = '易回收商户端'
this.activeData.propsApi = ''
this.activeData.propsName = ''
},
@ -789,4 +789,4 @@ export default {
cursor: move;
}
}
</style>
</style>

@ -568,7 +568,7 @@ export const basicComponents = [{
],
appDefaultValue: [
{
fullName: "西夏聚宝商户端",
fullName: "易回收商户端",
moduleId: "",
linkType: '2',
urlAddress: 'https://www.jnpfsoft.com/',
@ -872,7 +872,7 @@ export const basicComponents = [{
option: {
styleType: 2,
defaultValue: "",
textDefaultValue: "西夏聚宝商户端",
textDefaultValue: "易回收商户端",
textFontSize: 14,
textFontColor: '#fff',
textFontWeight: false,

@ -314,7 +314,7 @@ export default {
},
getDefaultValue(row) {
const jnpfKey = row.jnpfKey
if (jnpfKey == 'text') return "西夏聚宝商户端"
if (jnpfKey == 'text') return "易回收商户端"
if (jnpfKey == 'image') return "https://app.cdn.jnpfsoft.com/image/3.2/banner1.png"
if (jnpfKey == 'video') return "https://cdn.jnpfsoft.com/2022/video/index_video.mp4"
if (jnpfKey == 'barChart' || jnpfKey == 'lineChart' || jnpfKey == 'pieChart') return chartData.baseBarData

@ -2,28 +2,25 @@
<div class="sidebar-logo-container" :class="{'collapse':collapse}">
<transition name="sidebarLogoFade">
<router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/">
<el-image class="sidebar-logo" :src="define.comUrl+sysConfig.logoIcon"
v-if="sysConfig && sysConfig.logoIcon">
<el-image class="sidebar-logo" :src="define.comUrl+sysConfig.logoIcon" v-if="sysConfig && sysConfig.logoIcon">
<template slot="error">
<!-- <img class="sidebar-logo" src="../../../assets/images/jbxlogo.png" alt=""> -->
<img class="sidebar-logo" src="@/assets/images/jbxlogo.png" alt="">
</template>
</el-image>
<!-- <img src="../../../assets/images/jbxlogo.png" class="sidebar-logo" v-else /> -->
<img class="sidebar-logo" src="@/assets/images/jbxlogo.png" v-else alt="">
<img class="sidebar-logo" src="@/assets/images/jbxlogo.png" v-else alt="">
</router-link>
<router-link v-else key="expand" class="sidebar-logo-link" to="/">
<el-image class="sidebar-logo" :src="define.comUrl+sysConfig.navigationIcon"
<el-image class="sidebar-logo" fit="contain" :src="define.comUrl+sysConfig.navigationIcon"
v-if="sysConfig && sysConfig.navigationIcon">
<template slot="error">
<img src="../../../assets/images/jubaologo.png" class="sidebar-logo"
v-if="slideClass==='lightWhite'" />
<img src="../../../assets/images/jubaologo.png" class="sidebar-logo" v-if="slideClass==='lightWhite'" />
<img src="../../../assets/images/jubaologo.png" class="sidebar-logo" v-else />
</template>
</el-image>
<template v-else>
<img src="../../../assets/images/jubaologo.png" class="sidebar-logo"
v-if="slideClass==='lightWhite'" />
<img src="../../../assets/images/jubaologo.png" class="sidebar-logo" v-if="slideClass==='lightWhite'" />
<img src="../../../assets/images/jubaologo.png" class="sidebar-logo" v-else />
</template>
</router-link>
@ -77,6 +74,7 @@ export default {
.sidebar-logo {
height: 100%;
width: 100%;
background-size: contain;
}
}
}

@ -58,4 +58,4 @@ export default {
<style lang="scss" >
@import '../../../styles/variables.scss';
@import '../../../styles/sidebar.scss';
</style>
</style>

@ -1,5 +1,5 @@
module.exports = {
title: '西夏聚宝商户端',
title: '易回收商户端',
/**
* @type {boolean} true | false
@ -38,7 +38,7 @@ module.exports = {
workLogoIcon: '',
logoIcon: '',
loginIcon: '',
sysName: '西夏聚宝'
sysName: '易回收'
},
themeClass: 'blue',
layoutType: 'classic',

@ -3,7 +3,7 @@ import i18n from '@/lang'
import { getLanguage } from '@/lang/index'
import store from '@/store'
export default function getPageTitle(key, fullName) {
const title = store.getters.sysConfig.title || "西夏聚宝商户端"
const title = store.getters.sysConfig.title || "易回收商户端"
const realTitle = getLanguage() === 'en' ? title : getLanguage() === 'zhtw' ? title : title
const hasKey = i18n.te(`route.${key}`)
if (hasKey) {
@ -11,4 +11,4 @@ export default function getPageTitle(key, fullName) {
return `${pageName} - ${realTitle}`
}
return fullName ? `${fullName} - ${realTitle}` : realTitle
}
}

@ -155,7 +155,7 @@ export default {
opinionData: ["3", "2", "4", "4", "5"],
massageList: [
{ title: '【通知】中秋国庆双节放假通知', listDate: '2020-09-19' },
{ title: '【公告】你好朋友,感谢使用 西夏聚宝商户端新版本', listDate: '2020-09-18' },
{ title: '【公告】你好朋友,感谢使用 易回收商户端新版本', listDate: '2020-09-18' },
{ title: '【通知】月饼发放通知,请各部门主管到行政部领取', listDate: '2020-09-17' },
{ title: '【公告】本季度销售之星名单公示', listDate: '2020-09-16' },
{ title: '【通知】公司上班时间调整通知,下月执行', listDate: '2020-09-15' },
@ -424,4 +424,4 @@ export default {
padding: 8px;
}
}
</style>
</style>

@ -27,7 +27,7 @@
<div class="tip">
<el-alert title="本地预览支持doc/docx/xls/xlsx/ppt/pptx/pdf等办公文档。" type="warning"
:closable="false" show-icon v-if="activeTab==='localPreview'" />
<el-alert title="免责声明永中文档预览组件不属于JNPF产品只用于介绍第三方组件如何在《西夏聚宝商户端》中使用。" type="warning"
<el-alert title="免责声明永中文档预览组件不属于JNPF产品只用于介绍第三方组件如何在《易回收商户端》中使用。" type="warning"
:closable="false" show-icon v-else />
</div>
<JNPF-table v-loading="listLoading" :data="list">
@ -113,4 +113,4 @@ export default {
}
}
}
</style>
</style>

@ -1,6 +1,6 @@
<template>
<div class="chart-container app-container nohead">
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《西夏聚宝商户端》中使用。如果对这些组件感兴趣,请使用正版。"
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《易回收商户端》中使用。如果对这些组件感兴趣,请使用正版。"
type="warning" :closable="false" class="mb-10" />
<highcharts :options="chartOptions" :callback="myCallback"
style="height:530px;margin-top:30px;"></highcharts>

@ -1,6 +1,6 @@
<template>
<div class="chart-container app-container nohead">
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《西夏聚宝商户端》中使用。如果对这些组件感兴趣,请使用正版。"
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《易回收商户端》中使用。如果对这些组件感兴趣,请使用正版。"
type="warning" :closable="false" class="mb-10" />
<highcharts :options="chartOptions" :callback="myCallback"
style="height:530px;margin-top:30px;"></highcharts>

@ -1,6 +1,6 @@
<template>
<div class="chart-container app-container nohead">
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《西夏聚宝商户端》中使用。如果对这些组件感兴趣,请使用正版。"
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《易回收商户端》中使用。如果对这些组件感兴趣,请使用正版。"
type="warning" :closable="false" class="mb-10" />
<highcharts :options="chartOptions1" :callback="myCallback"
style="height:115px;margin-top:30px;"></highcharts>

@ -1,6 +1,6 @@
<template>
<div class="chart-container app-container nohead">
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《西夏聚宝商户端》中使用。如果对这些组件感兴趣,请使用正版。"
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《易回收商户端》中使用。如果对这些组件感兴趣,请使用正版。"
type="warning" :closable="false" class="mb-10" />
<div style="float: right;padding-right: 10px; margin-top:20px;">
<el-button type="primary" icon="icon-ym icon-ym-extend-bar-chart" @click="change('plain')">

@ -1,6 +1,6 @@
<template>
<div class="chart-container app-container nohead">
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《西夏聚宝商户端》中使用。如果对这些组件感兴趣,请使用正版。"
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《易回收商户端》中使用。如果对这些组件感兴趣,请使用正版。"
type="warning" :closable="false" class="mb-10" />
<highcharts :options="chartOptions" :callback="myCallback"
style="height:530px;margin-top:30px;"></highcharts>

@ -1,6 +1,6 @@
<template>
<div class="chart-container app-container nohead">
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《西夏聚宝商户端》中使用。如果对这些组件感兴趣,请使用正版。"
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《易回收商户端》中使用。如果对这些组件感兴趣,请使用正版。"
type="warning" :closable="false" class="mb-10" />
<highcharts :options="chartOptions" :callback="myCallback" style="height:530px;margin-top:30px;"
ref="highcharts"></highcharts>

@ -1,6 +1,6 @@
<template>
<div class="chart-container app-container nohead">
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《西夏聚宝商户端》中使用。如果对这些组件感兴趣,请使用正版。"
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《易回收商户端》中使用。如果对这些组件感兴趣,请使用正版。"
type="warning" :closable="false" class="mb-10" />
<highcharts :options="chartOptions" :callback="myCallback"
style="height:530px;margin-top:30px;"></highcharts>

@ -1,6 +1,6 @@
<template>
<div class="chart-container app-container nohead">
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《西夏聚宝商户端》中使用。如果对这些组件感兴趣,请使用正版。"
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《易回收商户端》中使用。如果对这些组件感兴趣,请使用正版。"
type="warning" :closable="false" class="mb-10" />
<highcharts :options="chartOptions" :callback="myCallback" style="height:530px;margin-top:30px;"
ref="highcharts"></highcharts>

@ -1,6 +1,6 @@
<template>
<div class="chart-container app-container nohead">
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《西夏聚宝商户端》中使用。如果对这些组件感兴趣,请使用正版。"
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《易回收商户端》中使用。如果对这些组件感兴趣,请使用正版。"
type="warning" :closable="false" class="mb-10" />
<highcharts :options="chartOptions" :callback="myCallback"
style="height:530px;margin-top:30px;"></highcharts>

@ -1,6 +1,6 @@
<template>
<div class="chart-container app-container nohead">
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《西夏聚宝商户端》中使用。如果对这些组件感兴趣,请使用正版。"
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《易回收商户端》中使用。如果对这些组件感兴趣,请使用正版。"
type="warning" :closable="false" class="mb-10" />
<highcharts :options="chartOptions" :callback="myCallback"
style="height:530px;margin-top:30px;"></highcharts>

@ -138,6 +138,7 @@
width: 400px;
padding: 50px 0;
border-radius: 6px;
text-align: center;
.sms-input {
width: 260px;
@ -162,9 +163,9 @@
}
.login-logo {
width: 100%;
height:100px;
margin-bottom: 35px;
height: 140px;
border-radius: 10px;
}
.login-tab {

@ -5,6 +5,7 @@
<div class="login-form">
<el-image
class="login-logo"
fit="contain"
:src="define.comUrl + sysConfig.loginIcon"
v-if="sysConfig && sysConfig.loginIcon"
>

@ -31,7 +31,7 @@
.login-container .login-left {
flex: 1;
height: 100%;
background: #4393FA;
background: url("../../assets/images/loginleft.png") no-repeat;
position: relative;
display: flex;
align-items: center;
@ -139,6 +139,7 @@
width: 400px;
padding: 50px 0;
border-radius: 6px;
text-align: center;
}
.login-container .login-form .sms-input {
@ -164,9 +165,9 @@
}
.login-container .login-form .login-logo {
width: 100%;
height: 36px;
margin-bottom: 35px;
height: 140px;
border-radius: 10px;
}
.login-container .login-form .login-tab {

@ -1,7 +1,7 @@
<!--
* @Author: 王文杰
* @Date: 2024-02-29 10:07:34
* @LastEditors: 王文杰
* @LastEditors: 王文杰
* @LastEditTime: 2024-02-29 14:33:28
* @FilePath: /jnpf-web/src/views/login/register.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
@ -29,7 +29,7 @@
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold',
'PingFang SC', sans-serif;
font-weight: 650;
">我在西夏聚宝回收已经开了个店了我用别人的身份证再开一个店可以吗</span>
">我在易回收回收已经开了个店了我用别人的身份证再开一个店可以吗</span>
</p>
<p style="font-size: 13px">
<span style="font-family: 'Helvetica', sans-serif; font-weight: 400"><br /></span>
@ -39,7 +39,7 @@
style="
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
">不可以未经西夏聚宝平台同意将本人西夏聚宝回收账号提供给他人做开店使用由此导致相关争议诉讼及因店铺经营中的违法违规行为导致一切人身财产权益损害均由本人自行承担全部民事行政及刑事责任</span>
">不可以未经易回收平台同意将本人易回收回收账号提供给他人做开店使用由此导致相关争议诉讼及因店铺经营中的违法违规行为导致一切人身财产权益损害均由本人自行承担全部民事行政及刑事责任</span>
</p>
<p style="font-size: 13px">
<span style="font-family: 'Helvetica', sans-serif; font-weight: 400"><br /></span>
@ -63,7 +63,7 @@
style="
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
">企业开店需完成支付宝认证和责任人认证店铺负责人需要对该西夏聚宝回收店铺的运营及管理全面负责包含但不限于该企业的法定代表人股东西夏聚宝回收店铺的运营人等具体请参考企业店铺开店流程</span>
">企业开店需完成支付宝认证和责任人认证店铺负责人需要对该易回收回收店铺的运营及管理全面负责包含但不限于该企业的法定代表人股东易回收回收店铺的运营人等具体请参考企业店铺开店流程</span>
</p>
<p style="font-size: 13px">
<span style="font-family: 'Helvetica', sans-serif; font-weight: 400">3</span><span style="
@ -105,7 +105,7 @@
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold',
'PingFang SC', sans-serif;
font-weight: 650;
">我已经开过西夏聚宝回收店现在想要注销原来的店铺重新开店可以吗?</span>
">我已经开过易回收回收店现在想要注销原来的店铺重新开店可以吗?</span>
</p>
<p style="font-size: 13px">
<span style="font-family: 'Helvetica', sans-serif; font-weight: 400"><br /></span>
@ -114,7 +114,7 @@
<span style="
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
">满足条件就可以注销具体请参考如何注销西夏聚宝回收店铺</span>
">满足条件就可以注销具体请参考如何注销易回收回收店铺</span>
</p>
</div>
</div>

@ -8,7 +8,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
const name = defaultSettings.title || '西夏聚宝' // page title
const name = defaultSettings.title || '易回收' // page title
// If your port is set to 80,
// use administrator privileges to execute the command line.

Loading…
Cancel
Save