Explorar el Código

去除工程管理导出图片

JX.LI hace 1 año
padre
commit
78cbaa0943
Se han modificado 2 ficheros con 15 adiciones y 15 borrados
  1. 8 8
      src/views/gas/otherEngine/index.vue
  2. 7 7
      vue.config.js

+ 8 - 8
src/views/gas/otherEngine/index.vue

@@ -111,14 +111,14 @@
       </el-table-column>
       <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
         <template slot-scope="scope">
-          <el-button
-            v-show="scope.row.status == '001'"
-            size="mini"
-            type="text"
-            icon="el-icon-download"
-            @click="imgDownload(scope.row)"
-          >导出图片
-          </el-button>
+<!--          <el-button-->
+<!--            v-show="scope.row.status == '001'"-->
+<!--            size="mini"-->
+<!--            type="text"-->
+<!--            icon="el-icon-download"-->
+<!--            @click="imgDownload(scope.row)"-->
+<!--          >导出图片-->
+<!--          </el-button>-->
           <el-button
             size="mini"
             type="text"

+ 7 - 7
vue.config.js

@@ -41,13 +41,13 @@ module.exports = {
           ['^' + process.env.VUE_APP_BASE_API]: ''
         }
       },
-      '/file': {
-        target: "https://szrqgz1.obs.cn-north-4.myhuaweicloud.com/file",
-        changeOrigin: true,
-        pathRewrite: {
-          '^/file': '/'
-        }
-      }
+      // '/file': {
+      //   target: "https://szrqgz1.obs.cn-north-4.myhuaweicloud.com/file",
+      //   changeOrigin: true,
+      //   pathRewrite: {
+      //     '^/file': '/'
+      //   }
+      // }
     },
     disableHostCheck: true
   },