From 580cb6210db496d1aee9fd4b0871ab0f0e637be2 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 30 五月 2023 18:00:22 +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