fix: 修改标题文字,去除log,修改配置文件
This commit is contained in:
@@ -31,7 +31,7 @@ vpn:https://60.247.58.110:33543
|
|||||||
数据库路径 数据库密码 adc_forecast root root
|
数据库路径 数据库密码 adc_forecast root root
|
||||||
插件信息
|
插件信息
|
||||||
|
|
||||||
长安测试环境简介 应用服务器 操作系统 Linux 应用程序 访问地址
|
测试环境简介 应用服务器 操作系统 Linux 应用程序 访问地址
|
||||||
ip:端口 程序用户名(超管)
|
ip:端口 程序用户名(超管)
|
||||||
服务器用户名 程序密码(超管)
|
服务器用户名 程序密码(超管)
|
||||||
服务器密码 程序用户名(普通用户)
|
服务器密码 程序用户名(普通用户)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB |
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico">-->
|
||||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="@/assets/imgs/logo.jpg" alt="">
|
<!-- <img src="@/assets/imgs/logo.jpg" alt="">-->
|
||||||
</div>
|
</div>
|
||||||
<div class="breadcrumb">
|
<div class="breadcrumb">
|
||||||
<el-breadcrumb separator="/">
|
<el-breadcrumb separator="/">
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
<div class="login-box">
|
<div class="login-box">
|
||||||
<el-form :model="form" label-position="top" label-width="80px">
|
<el-form :model="form" label-position="top" label-width="80px">
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<h1>长安汽车-科技长安,智慧伙伴</h1>
|
<h1>大众</h1>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="用户名:">
|
<el-form-item label="用户名:">
|
||||||
<el-input v-model="form.username" prefix-icon="el-icon-user" size="small"
|
<el-input v-model="form.username" prefix-icon="el-icon-user" size="small"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="report-download">
|
<div class="report-download">
|
||||||
<span>报告详情</span>
|
<span>报告详情</span>
|
||||||
<el-button type="primary" @click="downloadRow(row)">报告下载</el-button>
|
<!-- <el-button type="primary" @click="downloadRow(row)">报告下载</el-button>-->
|
||||||
</div>
|
</div>
|
||||||
<div class="preview-box" v-watermark="{ text: watermarkText }">
|
<div class="preview-box" v-watermark="{ text: watermarkText }">
|
||||||
<div class="preview-content" v-html="content"></div>
|
<div class="preview-content" v-html="content"></div>
|
||||||
@@ -32,10 +32,10 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {downloadFile} from "@/utils/downloadFile";
|
import {downloadFile} from "@/utils/downloadFile";
|
||||||
import {formatDate} from '@/utils/date'
|
import {formatDate} from '@/utils/date'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "ReportDetail",
|
name: "ReportDetail",
|
||||||
data(){
|
data(){
|
||||||
return {
|
return {
|
||||||
@@ -73,11 +73,11 @@ export default {
|
|||||||
created() {
|
created() {
|
||||||
this.previewRow();
|
this.previewRow();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.report-detail {
|
.report-detail {
|
||||||
.title {
|
.title {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -163,5 +163,5 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -126,7 +126,7 @@
|
|||||||
<vxe-column show-overflow show-header-overflow title="操作" width="200" fixed="right">
|
<vxe-column show-overflow show-header-overflow title="操作" width="200" fixed="right">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-button type="text" @click="previewRow(row)">预览</el-button>
|
<el-button type="text" @click="previewRow(row)">预览</el-button>
|
||||||
<el-button type="text" @click="downloadRow(row)">下载</el-button>
|
<!-- <el-button type="text" @click="downloadRow(row)">下载</el-button>-->
|
||||||
</template>
|
</template>
|
||||||
</vxe-column>
|
</vxe-column>
|
||||||
</vxe-table>
|
</vxe-table>
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
<el-button type="text" @click="openReportModify('modify', row)">编辑</el-button>
|
<el-button type="text" @click="openReportModify('modify', row)">编辑</el-button>
|
||||||
<el-button type="text" class="del-btn" @click="reportDelete(row.id)">删除</el-button>
|
<el-button type="text" class="del-btn" @click="reportDelete(row.id)">删除</el-button>
|
||||||
<el-button type="text" @click="previewRow(row)">预览</el-button>
|
<el-button type="text" @click="previewRow(row)">预览</el-button>
|
||||||
<el-button type="text" @click="downloadRow(row)">下载</el-button>
|
<!-- <el-button type="text" @click="downloadRow(row)">下载</el-button>-->
|
||||||
</template>
|
</template>
|
||||||
</vxe-column>
|
</vxe-column>
|
||||||
</vxe-table>
|
</vxe-table>
|
||||||
|
|||||||
+3
-3
@@ -12,12 +12,12 @@ module.exports = {
|
|||||||
proxy: {
|
proxy: {
|
||||||
// 配置跨域
|
// 配置跨域
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'http://127.0.0.1:7060', // 服务器
|
target: 'http://10.94.1.164:7060', // 服务器
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
},
|
},
|
||||||
// 请求静态图片配置项
|
// 请求静态图片配置项
|
||||||
'/api/home/pic': {
|
'/api/home/pic': {
|
||||||
target: 'http://127.0.0.1:7061', // 图片请求的nginx网址
|
target: 'http://10.94.1.164:7061', // 图片请求的nginx网址
|
||||||
changeOrigin: true
|
changeOrigin: true
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
chainWebpack: config => {
|
chainWebpack: config => {
|
||||||
config.plugin('html').tap(args => {
|
config.plugin('html').tap(args => {
|
||||||
args[0].title = '长安汽车'
|
args[0].title = '大众'
|
||||||
return args
|
return args
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user