feat: crud

This commit is contained in:
luchang
2024-05-22 19:14:37 +08:00
parent 4e1cd06e6e
commit 20293b6283
21 changed files with 1381 additions and 1065 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from "@umijs/max";
export default defineConfig({
define: {
'process.env': {
API_HOST_URL: 'http://localhost:3000'
}
}
})