From 30bfa8ddc323086ad9f748b0841d32094826bbe6 Mon Sep 17 00:00:00 2001 From: WUSIJIAN <13825895+wsj0228@user.noreply.gitee.com> Date: Mon, 2 Feb 2026 17:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=9F=A5=E8=AF=86=E5=BA=93?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97=E5=8C=85=E5=90=AB=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=E5=88=97=E8=A1=A8=E3=80=81=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E3=80=81=E6=A3=80=E7=B4=A2=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E3=80=81=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97=E5=92=8C=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/views/knowledge/index.vue | 991 ++++++++++++++++++++++++++++++++++ 2 files changed, 993 insertions(+), 2 deletions(-) create mode 100644 src/views/knowledge/index.vue diff --git a/.env.development b/.env.development index 5cf098f..be8318f 100644 --- a/.env.development +++ b/.env.development @@ -11,7 +11,7 @@ ENV = 'development' # 主服务地址(端口8808) # 用途: 系统管理、用户认证、权限控制、模块开通等原有功能 -VITE_API_URL = 'http://192.168.3.94:8808/' +VITE_API_URL = 'http://192.168.3.200:8808/' # 新功能服务地址(端口8000) # 用途: 资产管理、分类、SKU、订单等新业务模块 -VITE_NEW_API_URL = 'http://192.168.94.8000/' +VITE_NEW_API_URL = 'http://192.168.200.8000/' diff --git a/src/views/knowledge/index.vue b/src/views/knowledge/index.vue new file mode 100644 index 0000000..629ee1b --- /dev/null +++ b/src/views/knowledge/index.vue @@ -0,0 +1,991 @@ + + + + + + +