소스 검색

fix:修复部署失败问题

liu.shiyi 10 달 전
부모
커밋
7c8d10045a
3개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 2
      data-room-ui/.gitignore
  2. 2 2
      data-room-ui/.npmignore
  3. 1 1
      data-room-ui/vue.config.example.js

+ 2 - 2
data-room-ui/.gitignore

@@ -368,8 +368,8 @@ GitHub.sublime-settings
 
 lib
 data-room-ui
-dataRoomUi
-dataRoomUi.zip
+bigScreen
+bigScreen.zip
 dataRoomPro
 dataRoomPro.zip
 bigScreen

+ 2 - 2
data-room-ui/.npmignore

@@ -4,7 +4,7 @@ example/
 dist/
 lib/
 hooks/
-dataRoomUi/
+bigScreen/
 dataRoomPro/
 
 # 只包含packages和public文件
@@ -13,4 +13,4 @@ dataRoomPro/
 !README.md
 
 # 排除根目录下的配置文件
-/*
+/*

+ 1 - 1
data-room-ui/vue.config.example.js

@@ -42,7 +42,7 @@ module.exports = {
   },
   publicPath:
     process.env.VUE_APP_HISTORY === 'y' ? process.env.VUE_APP_BASE : './',
-  outputDir: 'dataRoomUi',
+  outputDir: 'bigScreen',
   assetsDir: 'static',
   lintOnSave: false,
   productionSourceMap: false,