update: 修改主题色
This commit is contained in:
parent
b69a1721bf
commit
a8b9108462
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
theme: {
|
||||
'primary-color': '#00A4FF',
|
||||
'primary-color': '#1d39c4',
|
||||
},
|
||||
logo: '/favicon.ico',
|
||||
title: 'Jetlinks'
|
||||
|
|
|
@ -89,8 +89,8 @@ export default defineConfig(({ mode}) => {
|
|||
preprocessorOptions: {
|
||||
less: {
|
||||
modifyVars: {
|
||||
hack: `true; @import (reference) "${path.resolve('src/style/variable.less')}";`,
|
||||
...Config.theme,
|
||||
hack: `true; @import (reference) "${path.resolve('src/style/variable.less')}";`
|
||||
},
|
||||
javascriptEnabled: true,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue