feat: codcc fix

This commit is contained in:
pengYYYYY 2021-11-08 10:19:58 +08:00
parent 5b87987d08
commit 05ac28eb21

View File

@ -5,10 +5,10 @@ import createVuePlugin from '@vitejs/plugin-vue';
import createSvgPlugin from 'vite-plugin-vue-svg'; import createSvgPlugin from 'vite-plugin-vue-svg';
import vueJsx from '@vitejs/plugin-vue-jsx'; import vueJsx from '@vitejs/plugin-vue-jsx';
import HttpProxyAgent from 'http-proxy-agent'; // import HttpProxyAgent from 'http-proxy-agent';
import path from 'path'; import path from 'path';
import proxy from './src/config/proxy'; // import proxy from './src/config/proxy';
import { getColorList, getGreyColor, getBrandColor } from './src/config/color'; import { getColorList, getGreyColor, getBrandColor } from './src/config/color';
import USER_CONFIG from './src/config/style'; import USER_CONFIG from './src/config/style';