chore: 更新图片资源并调整Vue配置
将部分图片资源从SVG格式更改为PNG格式,以提高兼容性。同时,调整Vue配置以禁用开发服务器的错误覆盖层。
This commit is contained in:
@@ -41,6 +41,9 @@ module.exports = defineConfig({
|
||||
},
|
||||
devServer: {
|
||||
hot: true,
|
||||
client: {
|
||||
overlay: false
|
||||
},
|
||||
proxy: {
|
||||
'/Api': {
|
||||
target: 'https://app.gter.net',//请求的接口的前缀
|
||||
|
||||
Reference in New Issue
Block a user