master
huchuanhu 7 months ago
parent 6ca355024e
commit a828a3efcf

@ -2,7 +2,7 @@
server:
tomcat:
uri-encoding: UTF-8 #tomcat编码
port: 30000 #tomcat端口
port: 50000 #tomcat端口
spring:
devtools: #spring开发者工具模块
@ -21,7 +21,7 @@ spring:
port: 3309
username: root
password: linus,.123
db-name: jnpf_ningxia
db-name: ningxia_pro
db-schema: #金仓达梦选填
prepare-url: #自定义url

@ -108,7 +108,7 @@ npm run build
```bash
# 修改网站标题第11行
const name = defaultSettings.title || 'JNPF快速开发平台'
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": "JNPF快速开发平台",
"author": "JNPF快速开发平台",
"description": "西夏聚宝商户端",
"author": "西夏聚宝商户端",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve --open",

@ -541,7 +541,7 @@ const printOptionApi = {
}).then((res) => {
});
};
document.title = "JNPF快速开发平台";
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 = 'JNPF快速开发平台'
if (this.activeData.dataType == 'static') this.activeData.option.defaultValue = '西夏聚宝商户端'
},
dataTypeChange() {
this.activeData.option.defaultValue = ''
if (this.activeData.dataType == 'static') this.activeData.option.defaultValue = 'JNPF快速开发平台'
if (this.activeData.dataType == 'static') this.activeData.option.defaultValue = '西夏聚宝商户端'
this.activeData.propsApi = ''
this.activeData.propsName = ''
},

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

@ -314,7 +314,7 @@ export default {
},
getDefaultValue(row) {
const jnpfKey = row.jnpfKey
if (jnpfKey == 'text') return "JNPF快速开发平台"
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

@ -1,5 +1,5 @@
module.exports = {
title: 'JNPF快速开发平台',
title: '西夏聚宝商户端',
/**
* @type {boolean} true | false

@ -8,7 +8,7 @@
*/
module.exports = {
// 开发环境接口配置
APIURl: 'http://127.0.0.1:30000'
APIURl: 'http://127.0.0.1:50000'
// 测试环境接口配置
// APIURl: 'http://222.71.165.187:3333'
}

@ -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 || "JNPF快速开发平台"
const title = store.getters.sysConfig.title || "西夏聚宝商户端"
const realTitle = getLanguage() === 'en' ? title : getLanguage() === 'zhtw' ? title : title
const hasKey = i18n.te(`route.${key}`)
if (hasKey) {

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

@ -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产品只用于介绍第三方组件如何在《JNPF快速开发平台》中使用。" type="warning"
<el-alert title="免责声明永中文档预览组件不属于JNPF产品只用于介绍第三方组件如何在《西夏聚宝商户端》中使用。" type="warning"
:closable="false" show-icon v-else />
</div>
<JNPF-table v-loading="listLoading" :data="list">

@ -1,6 +1,6 @@
<template>
<div class="chart-container app-container nohead">
<el-alert title="免责声明Highcharts组件不属于JNPF产品只用于介绍第三方组件如何在《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产品只用于介绍第三方组件如何在《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产品只用于介绍第三方组件如何在《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产品只用于介绍第三方组件如何在《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产品只用于介绍第三方组件如何在《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产品只用于介绍第三方组件如何在《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产品只用于介绍第三方组件如何在《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产品只用于介绍第三方组件如何在《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产品只用于介绍第三方组件如何在《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产品只用于介绍第三方组件如何在《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>

Loading…
Cancel
Save