更换logo
This commit is contained in:
parent
3c183859e9
commit
038d60563a
BIN
public/logo.png
BIN
public/logo.png
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 |
|
@ -6,12 +6,12 @@
|
||||||
<div class="wrapper1680">
|
<div class="wrapper1680">
|
||||||
<div style="display: flex;justify-content: space-between;">
|
<div style="display: flex;justify-content: space-between;">
|
||||||
<div>
|
<div>
|
||||||
<div style="width: 530rem;height: 32rem;margin-bottom: 60rem;">
|
<!--<div style="width: 530rem;height: 32rem;margin-bottom: 60rem;">
|
||||||
<img
|
<img
|
||||||
:src="'/static/img/foot/logo-'+ theme +'.png'"
|
:src="'/static/img/foot/logo-'+ theme +'.png'"
|
||||||
style="width: 100%; height: 100%;"
|
style="width: 100%; height: 100%;"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> -->
|
||||||
<div style="display: flex;margin-bottom: 60rem;">
|
<div style="display: flex;margin-bottom: 60rem;">
|
||||||
<div
|
<div
|
||||||
v-for="(item, index) in navLinks"
|
v-for="(item, index) in navLinks"
|
||||||
|
|
|
@ -11,7 +11,7 @@ module.exports = defineConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
port: 80,
|
port: 8088,
|
||||||
proxy: {
|
proxy: {
|
||||||
[process.env.VUE_APP_API_BASE_URL]: {
|
[process.env.VUE_APP_API_BASE_URL]: {
|
||||||
target: process.env.VUE_APP_API_TARGET_URL,
|
target: process.env.VUE_APP_API_TARGET_URL,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user