feat: 头像

This commit is contained in:
2025-10-15 18:21:47 +08:00
parent 4116ef03e6
commit a6d84a1390
7 changed files with 127 additions and 90 deletions

View File

@@ -7,14 +7,14 @@ export default defineConfig({
// basicSsl()
// target: "https://petshy.tashowz.com",
// http://192.168.1.231:48080
plugins: [react()],
plugins: [react(), basicSsl()],
server: {
port: 3000,
host: "0.0.0.0",
open: true,
proxy: {
"/app-api": {
target: "http://192.168.1.231:48080",
target: "https://petshy.tashowz.com",
changeOrigin: true,
},
},