diff --git a/000.txt b/000.txt index 45cf534..a701bea 100644 --- a/000.txt +++ b/000.txt @@ -31,7 +31,7 @@ vpn:https://60.247.58.110:33543 数据库路径 数据库密码 adc_forecast root root 插件信息 -长安测试环境简介 应用服务器 操作系统 Linux 应用程序 访问地址 +测试环境简介 应用服务器 操作系统 Linux 应用程序 访问地址 ip:端口 程序用户名(超管) 服务器用户名 程序密码(超管) 服务器密码 程序用户名(普通用户) diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 8b01f08..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/index.html b/public/index.html index 3e5a139..89afff7 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + <%= htmlWebpackPlugin.options.title %> diff --git a/src/components/Header.vue b/src/components/Header.vue index 1090bb8..22db7fc 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -1,7 +1,7 @@ diff --git a/src/views/Report/ReportList.vue b/src/views/Report/ReportList.vue index ce2b934..aa6fb2d 100644 --- a/src/views/Report/ReportList.vue +++ b/src/views/Report/ReportList.vue @@ -126,7 +126,7 @@ diff --git a/src/views/Report/ReportManager.vue b/src/views/Report/ReportManager.vue index 3ed0ee3..ea1231f 100644 --- a/src/views/Report/ReportManager.vue +++ b/src/views/Report/ReportManager.vue @@ -67,7 +67,7 @@ 编辑 删除 预览 - 下载 + diff --git a/vue.config.js b/vue.config.js index 23db507..1ebbe0d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -12,12 +12,12 @@ module.exports = { proxy: { // 配置跨域 '/api': { - target: 'http://127.0.0.1:7060', // 服务器 + target: 'http://10.94.1.164:7060', // 服务器 changeOrigin: true, }, // 请求静态图片配置项 '/api/home/pic': { - target: 'http://127.0.0.1:7061', // 图片请求的nginx网址 + target: 'http://10.94.1.164:7061', // 图片请求的nginx网址 changeOrigin: true } @@ -25,7 +25,7 @@ module.exports = { }, chainWebpack: config => { config.plugin('html').tap(args => { - args[0].title = '长安汽车' + args[0].title = '大众' return args }) },