feat: 删除图片

pull/113/head
zhengkunwang223 2 years ago committed by zhengkunwang223
parent 8f24dcc3bf
commit 969288bf67

Binary file not shown.

Before

Width:  |  Height:  |  Size: 588 KiB

@ -4,7 +4,7 @@
<template #main>
<div style="text-align: center; margin-top: 20px">
<div style="justify-self: center">
<img style="width: 80px" src="@/assets/images/ko_image.png" />
<img style="width: 80px" src="@/assets/images/1panel-small.png" />
</div>
<h3>{{ $t('setting.description') }}</h3>
<h3>

@ -37,7 +37,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
open: viteEnv.VITE_OPEN,
proxy: {
'/api/v1': {
target: 'http://47.104.134.163:9999/',
target: 'http://127.0.0.1:9999/',
changeOrigin: true,
},
},

Loading…
Cancel
Save