Commit 01259dd8 authored by xinzhedeai's avatar xinzhedeai

系统标题更换

parent 68902b78
Pipeline #403 failed with stages
# 页面标题
VUE_APP_TITLE = 港宏数字化矿山管控平台
VUE_APP_TITLE = 洪湖市乌林地热田绿色矿山
# 开发环境配置
ENV = 'development'
......
# 页面标题
VUE_APP_TITLE = 港宏数字化矿山管控平台
VUE_APP_TITLE = 洪湖市乌林地热田绿色矿山
# 生产环境配置
ENV = 'production'
......
{
"name": "ruoyi",
"version": "3.8.2",
"description": "港宏数字化矿山管控平台",
"description": "洪湖市乌林地热田绿色矿山",
"author": "Tyler",
"license": "MIT",
"scripts": {
......@@ -77,6 +77,7 @@
"eslint": "7.15.0",
"eslint-plugin-vue": "7.2.0",
"highcharts": "^10.1.0",
"html-webpack-plugin": "^5.6.0",
"lint-staged": "10.5.3",
"runjs": "4.4.2",
"sass": "1.32.13",
......
......@@ -25,14 +25,14 @@
<!-- <el-tooltip content="文档地址" effect="dark" placement="bottom">
<ruo-yi-doc id="ruoyi-doc" class="right-menu-item hover-effect" />
</el-tooltip> -->
<el-tooltip
<!-- <el-tooltip
content="大屏1"
effect="dark"
placement="bottom"
class="bigscreen"
>
<i class="el-icon-data-analysis" @click.stop="toBigscreen1"></i>
</el-tooltip>
</el-tooltip> -->
<el-tooltip
content="大屏"
effect="dark"
......
......@@ -70,7 +70,7 @@ export default {
},
data() {
return {
title: "港宏数字化矿山管控平台",
title: "洪湖市乌林地热田绿色矿山",
logo: logoImg,
};
},
......
......@@ -63,7 +63,7 @@
</div>
<div class="b-2">
<div class="b2-a">
<h1>港宏数字化矿山管控平台</h1>
<h1>洪湖市乌林地热田绿色矿山</h1>
<div class="b2a-2"></div>
</div>
</div>
......
......@@ -100,7 +100,7 @@
</div>
<div class="b-2">
<div class="b2-a">
<h1>港宏数字化矿山管控平台</h1>
<h1>洪湖市乌林地热田绿色矿山</h1>
<div class="b2a-2"></div>
</div>
</div>
......
......@@ -52,7 +52,7 @@
</div>
<div class="b-2">
<div class="b2-a">
<h1>港宏数字化矿山管控平台</h1>
<h1>洪湖市乌林地热田绿色矿山</h1>
<div class="b2a-2"></div>
</div>
</div>
......
......@@ -63,7 +63,7 @@
</div>
<div class="b-2">
<div class="b2-a">
<h1>港宏数字化矿山管控平台</h1>
<h1>洪湖市乌林地热田绿色矿山</h1>
<div class="b2a-2"></div>
</div>
</div>
......
......@@ -52,7 +52,7 @@
</div>
<div class="b-2">
<div class="b2-a">
<h1>港宏数字化矿山管控平台</h1>
<h1>洪湖市乌林地热田绿色矿山</h1>
<div class="b2a-2"></div>
</div>
</div>
......
......@@ -140,7 +140,10 @@ export default {
.then((res) => {
console.log(res);
if ((res.code = 200)) {
let url = "http://8.142.46.126:90//" + res.data.filename;
// let url = "http://172.21.117.45:9088//" + res.data.filename;
let url = "http://121.199.5.225:9088//" + res.data.filename;
// let url = "http://8.142.46.126:90//" + res.data.filename;
// let url = "http://192.168.0.233:90//" + res.data.filename;
// let url = "http://192.168.3.216:90//" + res.data.filename;
let name = res.data.filename;
......
......@@ -6,7 +6,7 @@
:rules="loginRules"
class="login-form"
>
<h3 class="title">港宏数字化矿山管控平台</h3>
<h3 class="title">洪湖市乌林地热田绿色矿山</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"
......
......@@ -6,7 +6,7 @@
:rules="registerRules"
class="register-form"
>
<h3 class="title">港宏数字化矿山管控平台</h3>
<h3 class="title">洪湖市乌林地热田绿色矿山</h3>
<el-form-item prop="username">
<el-input
v-model="registerForm.username"
......
......@@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '港宏数字化矿山管控平台' // 网页标题
const name = process.env.VUE_APP_TITLE || '洪湖市乌林地热田绿色矿山' // 网页标题
const port = process.env.port || process.env.npm_config_port || 9090 // 端口
......@@ -32,10 +32,12 @@ module.exports = {
host: '0.0.0.0',
port: port,
open: true,
proxy: {
proxy: {/* */
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://192.168.3.216:8001`,
target: `http://192.168.3.188:8001`,
// target: `http://172.21.117.45:8001`,
// target: `http://121.199.5.225:8001`,
// target: `http://8.142.46.126:8001`,
// target: `http://192.168.0.233:8001`,
changeOrigin: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment