From b417ffcc48caff0f1e177b8445d22683cc9b08af Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 29 十二月 2022 17:02:16 +0800
Subject: [PATCH] 1.角色清单 新增系统变色
---
src/components/ThemePicker/index.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/components/ThemePicker/index.vue b/src/components/ThemePicker/index.vue
index 3879c5a..ddda8a9 100644
--- a/src/components/ThemePicker/index.vue
+++ b/src/components/ThemePicker/index.vue
@@ -38,7 +38,7 @@
console.log(themeCluster, originalCluster)
const $message = this.$message({
- message: ' Compiling the theme',
+ message: ' 姝e湪鍒囨崲涓婚',
customClass: 'theme-message',
type: 'success',
duration: 0,
@@ -61,7 +61,11 @@
}
if (!this.chalk) {
- const url = `https://unpkg.com/element-ui@${version}/lib/theme-chalk/index.css`
+ // const url = `https://unpkg.com/element-ui@${version}/lib/theme-chalk/index.css`
+ // 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'
await this.getCSSString(url, 'chalk')
}
--
Gitblit v1.9.3