loulijun2021
2023-01-04 0b1837e9b6d1ac8825e9c1acf6f0cd5b2b14a897
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')
      }