feat: 消费大屏功能新增。

This commit is contained in:
tianyongbao
2026-06-18 13:54:15 +08:00
parent 8b78e8f209
commit a8ff358b2b
3 changed files with 1497 additions and 2 deletions

View File

@@ -42,8 +42,8 @@ export default defineConfig(({ mode, command }) => {
proxy: {
// https://cn.vitejs.dev/config/#server-proxy
'/dev-api': {
target: 'https://www.qdintc.com/prod-api/',
// target: 'http://127.0.0.1:8080',
// target: 'https://www.qdintc.com/prod-api/',
target: 'http://127.0.0.1:8080',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
},