From 0b1837e9b6d1ac8825e9c1acf6f0cd5b2b14a897 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 04 一月 2023 10:41:00 +0800
Subject: [PATCH] 1.列展示设置 静态框架初步搭建完成
---
src/components/ThemePicker/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/components/ThemePicker/index.vue b/src/components/ThemePicker/index.vue
index ddda8a9..0326942 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"
/>
@@ -65,7 +65,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