From fcb9a02c6819df5931484f65c8b80f9d03b812a5 Mon Sep 17 00:00:00 2001 From: wsy182 <2392948297@qq.com> Date: Tue, 24 Mar 2026 09:36:58 +0800 Subject: [PATCH] ``` fix(backend): resolve merge conflicts and update API proxy configuration - Remove leftover merge conflict markers from ChengduGamePage.vue - Fix broken HTML structure by properly closing header and section tags - Update proxy configuration to point to correct backend port (19000) - Clean up import statements and remove conflicting code blocks ``` --- src/views/ChengduGamePage.vue | 20 ++------------------ vite.config.ts | 4 ++-- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/src/views/ChengduGamePage.vue b/src/views/ChengduGamePage.vue index 1e9acd0..bb46208 100644 --- a/src/views/ChengduGamePage.vue +++ b/src/views/ChengduGamePage.vue @@ -1,10 +1,7 @@