瀏覽代碼

chore: remove NODE_ENV variable from development and production environment files

yb 2 周之前
父節點
當前提交
b59d384f53
共有 3 個文件被更改,包括 0 次插入3 次删除
  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']