changecyd
This commit is contained in:
parent
b54975a23f
commit
e48e44a572
@ -1,4 +1,4 @@
|
|||||||
# 丰链管理系统 (Font ERP)
|
# 管理系统 (Font ERP)
|
||||||
|
|
||||||
基于 Vue 3 + Vite 构建的现代化企业资源管理系统
|
基于 Vue 3 + Vite 构建的现代化企业资源管理系统
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta
|
<meta
|
||||||
http-equiv="keywords"
|
http-equiv="keywords"
|
||||||
content="丰链管理系统"
|
content="管理系统"
|
||||||
/>
|
/>
|
||||||
<link rel="stylesheet" href="/static/loading.css" />
|
<link rel="stylesheet" href="/static/loading.css" />
|
||||||
<title><%= title %></title>
|
<title><%= title %></title>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.0 KiB |
@ -14,7 +14,7 @@
|
|||||||
width: 100px!important;
|
width: 100px!important;
|
||||||
height: 100px!important;
|
height: 100px!important;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: var(--theme-primary, #BA4A8F);
|
background: var(--theme-primary, #2730D0);
|
||||||
padding: 5px!important;
|
padding: 5px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$theme-primary: #BA4A8F;
|
$theme-primary: #2730D0;
|
||||||
$theme-darker: #DCA4C7;
|
$theme-darker: #DCA4C7;
|
||||||
$theme-dark: #DFD7F2;
|
$theme-dark: #DFD7F2;
|
||||||
$basic-white: #FFFFFF;
|
$basic-white: #FFFFFF;
|
||||||
@ -6,11 +6,11 @@ $basic-black: #000000;
|
|||||||
|
|
||||||
$text-disabled: #C3C3C3;
|
$text-disabled: #C3C3C3;
|
||||||
$text-basic: #939393;
|
$text-basic: #939393;
|
||||||
$text-theme: #BA4A8F;
|
$text-theme: #2730D0;
|
||||||
|
|
||||||
$border-theme: #C1B2E5;
|
$border-theme: #C1B2E5;
|
||||||
|
|
||||||
$input-bg: #777777;
|
$input-bg: #777777;
|
||||||
|
|
||||||
$btn-primary: #BA4A8F;
|
$btn-primary: linear-gradient(to left, #2730D0, #212462);
|
||||||
$btn-basic: #EEEAF7;
|
$btn-basic: #EEEAF7;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 980 KiB After Width: | Height: | Size: 1.1 MiB |
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<div class="wrap2"
|
<div class="wrap2"
|
||||||
v-if="!state.isCollapse">
|
v-if="!state.isCollapse">
|
||||||
苏州虞航咨询股份有限公司
|
常熟常艺达文化艺术交流有限公司
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<n-modal v-model:show="showModal"
|
<n-modal v-model:show="showModal"
|
||||||
|
@ -3,6 +3,6 @@ export const settingConfig= {
|
|||||||
sideTheme: 'light',
|
sideTheme: 'light',
|
||||||
sideWidth: 210,
|
sideWidth: 210,
|
||||||
layoutMode: 'ltr',
|
layoutMode: 'ltr',
|
||||||
themeColor: '#BA4A8F'
|
themeColor: '#2730D0'
|
||||||
}
|
}
|
||||||
export const projectName = import.meta.env.MODE==='main'?'管理系统':'管理系统'
|
export const projectName = import.meta.env.MODE==='main'?'管理系统':'管理系统'
|
||||||
|
@ -163,7 +163,7 @@ const state = reactive({
|
|||||||
title:
|
title:
|
||||||
import.meta.env.VITE_APP_MODE === "main"
|
import.meta.env.VITE_APP_MODE === "main"
|
||||||
? "体制外管理系统"
|
? "体制外管理系统"
|
||||||
: "丰链管理系统",
|
: "管理系统",
|
||||||
});
|
});
|
||||||
|
|
||||||
const formValue = ref({
|
const formValue = ref({
|
||||||
|
@ -5,7 +5,7 @@ export default {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
primary: "#BA4A8F",
|
primary: "#2730D0",
|
||||||
mainColor: "#764CF6",
|
mainColor: "#764CF6",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -63,7 +63,7 @@ export default ({ mode }) => {
|
|||||||
createHtmlPlugin({
|
createHtmlPlugin({
|
||||||
inject: {
|
inject: {
|
||||||
data: {
|
data: {
|
||||||
title: env.VITE_APP_TITLE || "丰链管理系统",
|
title: env.VITE_APP_TITLE || "管理系统",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user