会员中心页面修改,余额明细调整,开通会员页面调整

This commit is contained in:
2025-09-25 20:27:54 +08:00
parent 84f782afa1
commit a39c9f4d72
36 changed files with 2818 additions and 427 deletions

View File

@@ -9,7 +9,7 @@ export default defineConfig({
hmr: true,
proxy: {
'/api': {
target: 'http://192.168.0.71',
target: 'http://192.168.1.42',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),
secure: false