From 639f4656f2435361cef97d6d7ece76ecc48952b3 Mon Sep 17 00:00:00 2001 From: wangkc <wkclz@qq.com> Date: 星期四, 17 三月 2022 22:38:53 +0800 Subject: [PATCH] 不配置 VITE_BUILD_COMPRESS 情况下,不自动压缩编译产物 --- src/views/index.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index d8655a8..106a4e3 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -52,15 +52,13 @@ <p> <el-button type="primary" - size="mini" - icon="el-icon-cloudy" + icon="Cloudy" plain @click="goTarget('https://gitee.com/y_project/RuoYi-Vue')" >璁块棶鐮佷簯</el-button > <el-button - size="mini" - icon="el-icon-s-home" + icon="HomeFilled" plain @click="goTarget('http://ruoyi.vip')" >璁块棶涓婚〉</el-button -- Gitblit v1.9.3