diff --git a/plugin/jetlinks.ts b/plugin/jetlinks.ts index c5811a95..e5151a0c 100644 --- a/plugin/jetlinks.ts +++ b/plugin/jetlinks.ts @@ -228,6 +228,10 @@ const matchComponents: IMatcher[] = [ pattern: /^CheckButton/, styleDir: 'CheckButton' }, + { + pattern: /^ColorPicker/, + styleDir: 'ColorPicker' + }, ] export interface JetlinksVueResolverOptions { diff --git a/vite.config.ts b/vite.config.ts index f5403f0c..10ad0adf 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -96,7 +96,7 @@ export default defineConfig(({ mode}) => { // target: 'http://192.168.32.244:8881', // target: 'http://192.168.32.163:8844', //张季本地 // target: 'http://120.77.179.54:8844', // 120测试 - target: 'http://192.168.33.46:8844', // 本地开发环境 + target: 'http://192.168.32.5:8844', // 本地开发环境 ws: 'ws://192.168.33.46:8844', changeOrigin: true, rewrite: (path) => path.replace(/^\/api/, '')