Explorar el Código

配置项目名

jwyu hace 1 año
padre
commit
77b1832006
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      .env.production
  2. 1 1
      .env.test
  3. 1 1
      package.json

+ 1 - 1
.env.production

@@ -3,4 +3,4 @@ VITE_APP_API_URL="https://admin.hzinsights.com/adminapi"
 # 路由根地址
 VITE_APP_BASE_URL="/"
 # 打包输入文件名
-VITE_APP_OUTDIR="hongze_crm_mobile"
+VITE_APP_OUTDIR="hongze_ETA_mobile"

+ 1 - 1
.env.test

@@ -3,4 +3,4 @@ VITE_APP_API_URL="https://rddptest.hzinsights.com/adminapi"
 # 路由根地址
 VITE_APP_BASE_URL="/"
 # 打包输入文件名
-VITE_APP_OUTDIR="hongze_crm_mobile"
+VITE_APP_OUTDIR="hongze_ETA_mobile"

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "hongze_crm_moblie",
+  "name": "hongze_ETA_mobile",
   "private": true,
   "version": "0.0.0",
   "type": "module",