From dba0fdf9154af7d91de34aab02c7e70ba7d407eb Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 19 五月 2023 15:51:58 +0800
Subject: [PATCH] 1.工序检验记录提交

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

diff --git a/src/components/ThemePicker/index.vue b/src/components/ThemePicker/index.vue
index ddda8a9..28c5f66 100644
--- a/src/components/ThemePicker/index.vue
+++ b/src/components/ThemePicker/index.vue
@@ -1,7 +1,7 @@
 <template>
   <el-color-picker
     v-model="theme"
-    :predefine="['#409EFF', '#1890ff', '#304156','#212121','#11a983', '#13c2c2', '#6959CD', '#f5222d', ]"
+    :predefine="['#409EFF', '#1890ff', '#304156','#212121','#42B983','#11a983', '#13c2c2', '#6959CD', '#f5222d', ]"
     class="theme-picker"
     popper-class="theme-picker-dropdown"
   />
@@ -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