Initial commit

This commit is contained in:
yan.y
2025-05-24 21:29:02 +08:00
commit 0a0979b5f2
194 changed files with 19763 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
NODE_ENV = production
VITE_APP_API_BASE_URL = 'https://test-pet-house.ifish7.com/pet-house'
# https://pet-house.ifish7.com/pet-house
# https://test-pet-house.ifish7.com/pet-house
# 是否在打包时生成 sourcemap
VITE_BUILD_SOURCEMAP = 'false'
# 是否在打包时删除 console 代码
VITE_BUILD_DROP_CONSOLE = 'true'