贵州分支优化

This commit is contained in:
bb_pan 2025-04-30 09:39:28 +08:00
parent 36ec4193eb
commit 9d283094ee
19 changed files with 38 additions and 41 deletions

View File

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 安徽机械化装备共享平台
VUE_APP_TITLE = 智联装备云控平台
# 开发环境配置
ENV = 'development'
# 安徽机械化装备共享平台/开发环境
# 智联装备云控平台/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载

View File

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 安徽机械化装备共享平台
VUE_APP_TITLE = 智联装备云控平台
# 生产环境配置
ENV = 'production'
# 安徽机械化装备共享平台/生产环境
# VUE_APP_BASE_API = '/prod-api'
# 智联装备云控平台/生产环境
VUE_APP_BASE_API = '/prod-api'
# 宏源
VUE_APP_BASE_API = '/iws/jxhzb-api'
# VUE_APP_BASE_API = '/iws/jxhzb-api'

View File

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 安徽机械化装备共享平台
VUE_APP_TITLE = 智联装备云控平台
NODE_ENV = production
# 测试环境配置
ENV = 'production'
# 安徽机械化装备共享平台/测试环境
# 智联装备云控平台/测试环境
VUE_APP_BASE_API = '/prod-api'

BIN
public/favicon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" href="<%= BASE_URL %>favicon.jpg">
<title><%= webpackConfig.name %></title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>

View File

@ -282,7 +282,7 @@
.sortable-ghost {
opacity: .8;
color: #fff !important;
background: #42b983 !important;
background: #00377a !important;
}
.top-right-btn {

View File

@ -5,7 +5,7 @@
/* theme color */
// $--color-primary: #1890ff;
$--color-primary: #00a288;
$--color-primary: #00377a;
$--color-success: #13ce66;
$--color-warning: #ffba00;
$--color-danger: #ff4949;

View File

@ -12,18 +12,15 @@ $panGreen: #30B08F;
// $base-menu-color:#bfcbd9;
$base-menu-color:#fff;
$base-menu-color-active:#f4f4f5;
// $base-menu-background:#304156;
$base-menu-background:#00a288;
$base-menu-background:#304156;
$base-logo-title-color: #ffffff;
$base-menu-light-color:rgba(0,0,0,.70);
$base-menu-light-background:#ffffff;
$base-logo-light-title-color: #001529;
// $base-sub-menu-background:#1f2d3d;
// $base-sub-menu-hover:#001528;
$base-sub-menu-background:#00a288;
$base-sub-menu-hover:#00ad9d;
$base-sub-menu-background:#1f2d3d;
$base-sub-menu-hover:#001528;
// 自定义暗色菜单风格
/**

View File

@ -32,6 +32,6 @@ export default {
width: 5px;
height: 20px;
margin-right: 8px;
background-color: #00a288;
background-color: #00377a;
}
</style>

View File

@ -106,7 +106,7 @@ export default {
if (process.env.VUE_APP_BASE_API == '/iws/jxhzb-api') {
window.location.href = 'http://sgwpdm.ah.sgcc.com.cn/iws'
} else {
this.$router.push({ path: "login" })
this.$router.push({ path: "/login" })
}
});
})

View File

@ -102,8 +102,8 @@ export default {
activeStyle(tag) {
if (!this.isActive(tag)) return {};
return {
"background-color": "#00ad9d",
"border-color": "#00ad9d",
"background-color": "#00377a",
"border-color": "#00377a",
};
},
isAffix(tag) {
@ -295,9 +295,9 @@ export default {
margin-right: 15px;
}
&.active {
background-color: #42b983;
background-color: #00377a;
color: #fff;
border-color: #42b983;
border-color: #00377a;
&::before {
content: "";
background: #fff;

View File

@ -2,7 +2,7 @@
<div class="app-container home">
<el-row :gutter="20">
<el-col :sm="24" :lg="12" style="padding-left: 20px">
<h2>安徽机械化装备共享平台</h2>
<h2>智联装备云控平台</h2>
<!-- <p>
<b>当前版本:</b> <span>v{{ version }}</span>
</p> -->

View File

@ -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"

View File

@ -8,7 +8,7 @@
:rules="loginRules"
class="login-form"
>
<h3 class="title">安徽机械化装备共享平台</h3>
<h3 class="title">智联装备云控平台</h3>
<template v-if="loginMethod === 'password'">
<el-form-item prop="username">
<el-input

View File

@ -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"

View File

@ -7,7 +7,7 @@
:rules="registerRules"
class="register-form"
>
<h3 class="title">安徽机械化装备共享平台</h3>
<h3 class="title">智联装备云控平台</h3>
<el-form-item prop="nickName">
<el-input

View File

@ -213,7 +213,7 @@
show-overflow-tooltip
:header-cell-style="{
color: '#fff',
background: '#00a288',
background: '#00377a',
}"
>
<el-table-column prop="deviceName" align="center" label="装备名称" />
@ -243,7 +243,7 @@
border
show-overflow-tooltip
:header-cell-style="{
background: '#00a288',
background: '#00377a',
color: '#fff',
}"
>
@ -271,7 +271,7 @@
border
show-overflow-tooltip
:header-cell-style="{
background: '#00a288',
background: '#00377a',
color: '#fff',
}"
>
@ -300,7 +300,7 @@
border
show-overflow-tooltip
:header-cell-style="{
background: '#00a288',
background: '#00377a',
color: '#fff',
}"
>
@ -327,7 +327,7 @@
border
show-overflow-tooltip
:header-cell-style="{
background: '#00a288',
background: '#00377a',
color: '#fff',
}"
>
@ -617,7 +617,7 @@ export default {
.goods-info {
display: flex;
align-content: center;
border-bottom: 1px solid #00a288;
border-bottom: 1px solid #00377a;
img {
width: 140px;
height: 80px;

View File

@ -356,7 +356,7 @@
show-overflow-tooltip
:header-cell-style="{
color: '#fff',
background: '#00a288',
background: '#00377a',
}"
>
<el-table-column prop="code" align="center" label="装备编号" />
@ -420,7 +420,7 @@
border
show-overflow-tooltip
:header-cell-style="{
background: '#00a288',
background: '#00377a',
color: '#fff',
}"
>
@ -478,7 +478,7 @@
border
show-overflow-tooltip
:header-cell-style="{
background: '#00a288',
background: '#00377a',
color: '#fff',
}"
>
@ -537,7 +537,7 @@
border
show-overflow-tooltip
:header-cell-style="{
background: '#00a288',
background: '#00377a',
color: '#fff',
}"
>
@ -579,7 +579,7 @@
border
show-overflow-tooltip
:header-cell-style="{
background: '#00a288',
background: '#00377a',
color: '#fff',
}"
>
@ -862,7 +862,7 @@
.goods-info {
display: flex;
align-content: center;
border-bottom: 1px solid #00a288;
border-bottom: 1px solid #00377a;
img {
width: 180px;

View File

@ -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 || 80 // 端口