From ff345ebb3fcece2ebafc3333b895d9481bd9435e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 04 一月 2023 15:52:56 +0800
Subject: [PATCH] 1.列展示设置    功能基本实现,细节待优化

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

diff --git a/src/components/ThemePicker/index.vue b/src/components/ThemePicker/index.vue
index d42a48e..0326942 100644
--- a/src/components/ThemePicker/index.vue
+++ b/src/components/ThemePicker/index.vue
@@ -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