Pārlūkot izejas kodu

fix: jenkins打包修改

mingliang.yang 3 nedēļas atpakaļ
vecāks
revīzija
bee773ffa1
2 mainītis faili ar 1 papildinājumiem un 12 dzēšanām
  1. 0 11
      Jenkinsfile
  2. 1 1
      src/views/indexData/components/indexImport.vue

+ 0 - 11
Jenkinsfile

@@ -14,17 +14,6 @@ pipeline {
                 checkout scm
             }
         }
-     stage('Install pnpm') {
-            steps {
-                sh 'npm install -g pnpm'
-            }
-        }
-        stage('Install Dependencies') {
-            steps {
-                // 安装项目依赖
-                sh 'pnpm install'
-            }
-        }
 
         stage('Build') {
             steps {

+ 1 - 1
src/views/indexData/components/indexImport.vue

@@ -58,7 +58,7 @@ const handleUploadChange = async (file: File) => {
         <p class="text-xs mt-2 text">根据提升信息完善表格内容</p>
         <el-button class="mt-2">
           <el-icon> <Download /> </el-icon
-          ><a :href="backupUrl" download="指标导入模板.xlsx"
+          ><a :href="backupUrl" download="指标数据模板.xlsx"
             >下载空的模板表格</a
           >
         </el-button>