loulijun2021
2022-12-29 b417ffcc48caff0f1e177b8445d22683cc9b08af
src/components/ThemePicker/index.vue
@@ -38,7 +38,7 @@
      console.log(themeCluster, originalCluster)
      const $message = this.$message({
        message: '  Compiling the theme',
        message: '  正在切换主题',
        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')
      }