add:1.0.2二期代码全部提交

This commit is contained in:
2026-04-29 18:09:42 +08:00
parent b9f2cdda0a
commit 3260b2d01f
11 changed files with 446 additions and 58 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
NODE_ENV = development
# VITE_APP_API_BASE_URL = 'https://test-pet-admin.ifish7.com'
VITE_APP_API_BASE_URL = 'https://pet-admin.ifish7.com'
VITE_APP_API_BASE_URL = 'https://test-pet-admin.ifish7.com'
# VITE_APP_API_BASE_URL = 'https://pet-admin.ifish7.com'
# https://pet-house.ifish7.com
# https://test-pet-house.ifish7.com/pet-house
# https://test-pet-admin.ifish7.com
# 是否在打包时生成 sourcemap
VITE_BUILD_SOURCEMAP = 'false'
# 是否在打包时删除 console 代码
VITE_BUILD_DROP_CONSOLE = 'true'
VITE_BUILD_DROP_CONSOLE = 'false'