更换logo

This commit is contained in:
wangchengming 2024-12-24 20:22:07 +08:00
parent 3c183859e9
commit 038d60563a
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 526 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 526 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 526 KiB

View File

@ -6,12 +6,12 @@
<div class="wrapper1680">
<div style="display: flex;justify-content: space-between;">
<div>
<div style="width: 530rem;height: 32rem;margin-bottom: 60rem;">
<!--<div style="width: 530rem;height: 32rem;margin-bottom: 60rem;">
<img
:src="'/static/img/foot/logo-'+ theme +'.png'"
style="width: 100%; height: 100%;"
/>
</div>
</div> -->
<div style="display: flex;margin-bottom: 60rem;">
<div
v-for="(item, index) in navLinks"

View File

@ -11,7 +11,7 @@ module.exports = defineConfig({
},
},
devServer: {
port: 80,
port: 8088,
proxy: {
[process.env.VUE_APP_API_BASE_URL]: {
target: process.env.VUE_APP_API_TARGET_URL,