@@ -3,6 +3,6 @@ VITE_APP_API_URL="/v1"
# 路由根地址
VITE_APP_BASE_URL="/"
# 打包输入文件名
-VITE_APP_OUTDIR="eta_mini_crm_front"
+VITE_APP_OUTDIR="eta_mini_crm_front_ht"
# 参数解密key
VITE_APP_RESPONSE_DES_KEY="5filp4vSvLVQK8SLioNlKm3q"
@@ -3,6 +3,6 @@ VITE_APP_API_URL="/adminapi"
VITE_APP_BASE_URL="/crm"
@@ -13,7 +13,8 @@ dist
dist-ssr
*.local
eta_mini_crm_front
-eta_mini_crm_front.zip
+eta_mini_crm_front_ht
+eta_mini_crm_front_ht.zip
# Editor directories and files
.vscode/*