Forráskód Böngészése

chore: remove NODE_ENV variable from development and production environment files

yb 2 hete
szülő
commit
b59d384f53
3 módosított fájl, 0 hozzáadás és 3 törlés
  1. 0 1
      .env.development
  2. 0 1
      .env.production
  3. 0 1
      src/components.d.ts

+ 0 - 1
.env.development

@@ -1,5 +1,4 @@
 # 开发环境
-NODE_ENV=development
 
 # 应用标题
 VITE_APP_TITLE=摄像头管理系统

+ 0 - 1
.env.production

@@ -1,5 +1,4 @@
 # 生产环境
-NODE_ENV=production
 
 # 应用标题
 VITE_APP_TITLE=摄像头管理系统

+ 0 - 1
src/components.d.ts

@@ -49,7 +49,6 @@ declare module 'vue' {
     ElResult: typeof import('element-plus/es')['ElResult']
     ElRow: typeof import('element-plus/es')['ElRow']
     ElSelect: typeof import('element-plus/es')['ElSelect']
-    ElSlider: typeof import('element-plus/es')['ElSlider']
     ElSpace: typeof import('element-plus/es')['ElSpace']
     ElStatistic: typeof import('element-plus/es')['ElStatistic']
     ElSubMenu: typeof import('element-plus/es')['ElSubMenu']