From a9b7dfa18432bdaca6ac66cedbbeef9b02c2d077 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 18 五月 2023 14:05:53 +0800
Subject: [PATCH] 1.质检方案修改优化

---
 src/components/ThemePicker/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/ThemePicker/index.vue b/src/components/ThemePicker/index.vue
index d42a48e..28c5f66 100644
--- a/src/components/ThemePicker/index.vue
+++ b/src/components/ThemePicker/index.vue
@@ -35,7 +35,6 @@
       if (typeof val !== 'string') return
       const themeCluster = this.getThemeCluster(val.replace('#', ''))
       const originalCluster = this.getThemeCluster(oldVal.replace('#', ''))
-      console.log(themeCluster, originalCluster)
 
       const $message = this.$message({
         message: '  姝e湪鍒囨崲涓婚',
@@ -65,7 +64,8 @@
         // https://unpkg.com/element-ui@2.15.6/lib/theme-chalk/index.css
 
         // http://121.196.36.24:8001/VueTheme/theme.css
-        const url = 'http://121.196.36.24:8001/VueTheme/theme.css'
+        // const url = 'http://121.196.36.24:8001/VueTheme/theme.css'
+        const url = process.env.VUE_APP_BASE_API_FILE + '/VueTheme/theme.css'
         await this.getCSSString(url, 'chalk')
       }
 

--
Gitblit v1.9.3