feat: refactor code structure

This commit is contained in:
Steven
2023-02-23 08:22:06 +08:00
parent f77a84a649
commit 0fbbcae872
36 changed files with 768 additions and 936 deletions

View File

@@ -8,11 +8,11 @@ export default defineConfig({
port: 3000,
proxy: {
"/api": {
target: "http://localhost:8081/",
target: "http://localhost:8082/",
changeOrigin: true,
},
"/o": {
target: "http://localhost:8081/",
target: "http://localhost:8082/",
changeOrigin: true,
},
},