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 | 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