feat: 增加了一些视图模型

This commit is contained in:
2025-05-09 01:25:01 +08:00
parent 3914042638
commit f7e6014b0b
8 changed files with 324 additions and 10 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ export default defineConfig({
host: "0.0.0.0",
proxy: {
"^/api": {
target: "http://localhost:4873/",
// target: "http://localhost:4873/",
target: "http://all.funjia.top/",
changeOrigin: true,
},
"^/static": {