新增工单功能

This commit is contained in:
2026-04-23 15:50:06 +08:00
parent ed6ef336fa
commit dac1102ae5
17 changed files with 2026 additions and 37 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: "http://192.168.13.105",
target: "http://127.0.0.1:8080",
changeOrigin: true,
},
},