feat: 测试

This commit is contained in:
luchang
2024-05-31 13:37:52 +08:00
parent 47941ad9c0
commit 40b3be8a8d
13 changed files with 70 additions and 169 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { defineConfig } from '@umijs/max';
export default defineConfig({
define: {
'process.env': {
API_HOST_URL: 'http://localhost:4399',
API_HOST_URL: 'https://api.easy-trip.world/api',
},
},
});