chore: 初始化精力轴承订单查询

This commit is contained in:
yexingqiang
2026-06-08 17:03:46 +08:00
commit 056d15a96c
33 changed files with 6354 additions and 0 deletions

3
.env.development Normal file
View File

@@ -0,0 +1,3 @@
ENV = 'development'
VITE_BASE_URL = 'http://localhost:10081'
VITE_CONFIG_URL = './public/config.js'