贵州分支优化

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' ENV = 'development'
# 安徽机械化装备共享平台/开发环境 # 智联装备云控平台/开发环境
VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = '/dev-api'
# 路由懒加载 # 路由懒加载

View File

@ -1,10 +1,10 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 安徽机械化装备共享平台 VUE_APP_TITLE = 智联装备云控平台
# 生产环境配置 # 生产环境配置
ENV = 'production' 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 NODE_ENV = production
# 测试环境配置 # 测试环境配置
ENV = 'production' ENV = 'production'
# 安徽机械化装备共享平台/测试环境 # 智联装备云控平台/测试环境
VUE_APP_BASE_API = '/prod-api' 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 http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit"> <meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <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> <title><%= webpackConfig.name %></title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]--> <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style> <style>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@
:rules="loginRules" :rules="loginRules"
class="login-form" class="login-form"
> >
<h3 class="title">安徽机械化装备共享平台</h3> <h3 class="title">智联装备云控平台</h3>
<el-form-item prop="username"> <el-form-item prop="username">
<el-input <el-input
v-model="loginForm.username" v-model="loginForm.username"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin') 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 // 端口 const port = process.env.port || process.env.npm_config_port || 80 // 端口