Bläddra i källkod

feat(cpzx): 添加产品搜索功能和分类选择器- 添加产品分类、类型、名称搜索参数
- 实现搜索栏 UI 和重置功能
- 更新产品分类字段为下拉选择器
-修复 quill 编辑器引用访问问题
- 支持按分类、类型、名称筛选产品列表
- 添加分页查询中的搜索条件传递

nahida 6 månader sedan
förälder
incheckning
f1c0b81c97
2 ändrade filer med 4 tillägg och 0 borttagningar
  1. 2 0
      .env.development
  2. 2 0
      .env.production

+ 2 - 0
.env.development

@@ -8,3 +8,5 @@ VITE_APP_ENV = 'development'
 VITE_APP_BASE_API = '/dev-api'
 
 VITE_APP_BASE_URL = 'http://localhost:8040'
+
+VITE_APP_BASE_WS_URL = 'ws://localhost:8081/ws'

+ 2 - 0
.env.production

@@ -9,5 +9,7 @@ VITE_APP_BASE_API = 'http://47.107.107.47:8040'
 
 VITE_APP_BASE_URL = 'http://47.107.107.47:8040'
 
+VITE_APP_BASE_WS_URL = 'ws://47.107.107.47:8081/ws'
+
 # 是否在打包时开启压缩,支持 gzip 和 brotli
 VITE_BUILD_COMPRESS = gzip